diff options
| author | Ethan Chen <intervigil@gmail.com> | 2016-02-10 18:44:38 -0800 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2016-02-10 23:47:02 -0800 |
| commit | 0de9543cbf29199c7bb4f0f8cd4c383bbe8a2a6f (patch) | |
| tree | 2a49ffb527ba97a6410989401956fb805ad63fe8 | |
| parent | 42e234e7668d8d9bf5dcaf3340ab58e2c3dc3782 (diff) | |
msm8960dt: Remove Qualcomm location packages
* These are incompatible with M.
Change-Id: Iae6dc5c026ecb65c0aff17d2ad849b909b58d80c
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 14 | ||||
| -rw-r--r-- | proprietary-files.txt | 11 | ||||
| -rwxr-xr-x | setup-makefiles.sh | 30 |
3 files changed, 0 insertions, 55 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 1adf2bc..33c7718 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -92,20 +92,6 @@ --> <bool name="config_wifiDisplaySupportsProtectedBuffers">false</bool> - <!-- Whether to enable geofence overlay which allows geofence to be replaced - by an app at run-time. When disabled, only the - config_geofenceProviderPackageName package will be searched for - geofence implementation, otherwise packages whose signature matches the - signatures of config_locationProviderPackageNames will be searched, and - the service with the highest version number will be picked. Anyone who - wants to disable the overlay mechanism can set it to false. - --> - <bool name="config_enableGeofenceOverlay" translatable="false">false</bool> - - <!-- Package name providing geofence API support. Used only when - config_enableGeofenceOverlay is false. --> - <string name="config_geofenceProviderPackageName" translatable="false">com.motorola.motgeofencesvc</string> - <!-- Maximum number of supported users --> <integer name="config_multiuserMaximumUsers">4</integer> <!-- Whether Multiuser UI should be shown --> diff --git a/proprietary-files.txt b/proprietary-files.txt index 302ef47..50591d4 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -121,13 +121,7 @@ lib/libdrmtime.so lib/libQSEEComAPI.so # GPS --app/com.qualcomm.location/com.qualcomm.location.apk --app/com.qualcomm.services.location/com.qualcomm.services.location.apk --app/MotGeoFenceSvc/MotGeoFenceSvc.apk -etc/permissions/com.qualcomm.location.xml etc/gps.conf -etc/izat.conf -etc/quipc.conf etc/sap.conf lib/hw/gps.default.so lib/libgps.utils.so @@ -135,13 +129,8 @@ lib/libloc_api_v02.so lib/libloc_core.so lib/libloc_ds_api.so lib/libloc_eng.so -vendor/lib/libalarmservice_jni.so vendor/lib/libgeofence.so vendor/lib/libizat_core.so -vendor/lib/libloc_ext.so -vendor/lib/liblocationservice.so -vendor/lib/libquipc_os_api.so -vendor/lib/libulp2.so # Graphics vendor/lib/egl/eglsubAndroid.so diff --git a/setup-makefiles.sh b/setup-makefiles.sh index ae7c729..118ecb3 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -200,36 +200,6 @@ LOCAL_PATH := \$(call my-dir) ifneq (\$(filter ghost obake,\$(TARGET_DEVICE)),) include \$(CLEAR_VARS) -LOCAL_MODULE := com.qualcomm.location -LOCAL_MODULE_OWNER := $VENDOR -LOCAL_SRC_FILES := proprietary/app/\$(LOCAL_MODULE)/\$(LOCAL_MODULE).apk -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_SUFFIX := \$(COMMON_ANDROID_PACKAGE_SUFFIX) -LOCAL_MODULE_CLASS := APPS -LOCAL_CERTIFICATE := platform -include \$(BUILD_PREBUILT) - -include \$(CLEAR_VARS) -LOCAL_MODULE := com.qualcomm.services.location -LOCAL_MODULE_OWNER := $VENDOR -LOCAL_SRC_FILES := proprietary/app/\$(LOCAL_MODULE)/\$(LOCAL_MODULE).apk -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_SUFFIX := \$(COMMON_ANDROID_PACKAGE_SUFFIX) -LOCAL_MODULE_CLASS := APPS -LOCAL_CERTIFICATE := platform -include \$(BUILD_PREBUILT) - -include \$(CLEAR_VARS) -LOCAL_MODULE := MotGeoFenceSvc -LOCAL_MODULE_OWNER := $VENDOR -LOCAL_SRC_FILES := proprietary/app/\$(LOCAL_MODULE)/\$(LOCAL_MODULE).apk -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_SUFFIX := \$(COMMON_ANDROID_PACKAGE_SUFFIX) -LOCAL_MODULE_CLASS := APPS -LOCAL_CERTIFICATE := platform -include \$(BUILD_PREBUILT) - -include \$(CLEAR_VARS) LOCAL_MODULE := TimeService LOCAL_MODULE_OWNER := $VENDOR LOCAL_SRC_FILES := proprietary/app/\$(LOCAL_MODULE)/\$(LOCAL_MODULE).apk |
