microg / IchnaeaNlpBackend

Backend for UnifiedNlp that uses Mozilla Location Service for geolocation.
119 stars 28 forks source link

Android.mk: use standard way to build package #36

Closed gibsson closed 2 years ago

gibsson commented 6 years ago

Not sure why previous Android.mk was using BUILD_PREBUILT, this didn't work nicely with my AOSP tree (Nougat).

Switch to a standard BUILD_PACKAGE type so it should work with any version of Android.

Signed-off-by: Gary Bisson gary.bisson@boundarydevices.com

be-neth commented 6 years ago

I think we need to do the same change for GmsCore package ?