steinwurf / adb-join-wifi

Helper app to allow joining a wifi AP directly from ADB
BSD 3-Clause "New" or "Revised" License
315 stars 94 forks source link

Android.mk: make it possible to install it to Oreo 8.1 #5

Closed liuyq closed 5 years ago

liuyq commented 5 years ago

with LOCAL_SDK_VERSION set to 27 and LOCAL_SDK_RES_VERSION set to current,

making it possible to build under Pie codebase, and the generated apk file could be installed into Oreo 8.1 device as well.

Signed-off-by: Yongqin Liu yongqin.liu@linaro.org