Update Android.mk

Added LOCAL_USES_LIBRARIES to Android.mk for working with 19.0
This commit is contained in:
Samuel Wein 2022-03-05 13:42:31 +01:00 committed by Philip Nagler-Frank
parent b79830348d
commit f0fc4d6891

View File

@ -31,5 +31,6 @@ LOCAL_CERTIFICATE := PRESIGNED
LOCAL_OVERRIDES_PACKAGES := com.qualcomm.location
LOCAL_REQUIRED_MODULES := privapp-permissions-com.google.android.gms.xml default-permissions-com.google.android.gms.xml sysconfig-com.google.android.gms.xml
LOCAL_PRODUCT_MODULE := true
LOCAL_USES_LIBRARIES := com.android.location.provider
include $(BUILD_PREBUILT)