Override com.qualcomm.location with GmsCore

It seems that com.qualcomm.location interferes with UnifiedNlp.
Removing it fixes the issues and doesn't seem to cause other problems.
This commit is contained in:
Nicola Corna 2017-11-02 18:00:12 +01:00
parent 5aec601b60
commit c0471b51e6

View File

@ -7,4 +7,5 @@ LOCAL_MODULE_CLASS := APPS
LOCAL_PRIVILEGED_MODULE := true
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_OVERRIDES_PACKAGES := com.qualcomm.location
include $(BUILD_PREBUILT)