land: Add com.qti.sdk.location to bootclass path
DPM (specifically, dpmserviceapp.apk) links with this. Change-Id: I144768860ee0c3bb3711a10b8ab7e012fd59b31e
This commit is contained in:
parent
de0ce86571
commit
06c627fd07
2 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,9 @@ PRODUCT_COPY_FILES += \
|
|||
$(LOCAL_PATH)/gps/etc/sap.conf:system/etc/sap.conf \
|
||||
$(LOCAL_PATH)/gps/etc/xtwifi.conf:system/etc/xtwifi.conf
|
||||
|
||||
PRODUCT_BOOT_JARS += \
|
||||
com.qti.location.sdk
|
||||
|
||||
# Properties
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.gps.qc_nlp_in_use=1 \
|
||||
|
|
|
@ -513,7 +513,7 @@ bin/xtwifi-client
|
|||
bin/xtwifi-inet-agent
|
||||
etc/permissions/com.qti.location.sdk.xml
|
||||
etc/permissions/com.qualcomm.location.xml
|
||||
framework/com.qti.location.sdk.jar
|
||||
-framework/com.qti.location.sdk.jar
|
||||
lib/hw/gps.default.so
|
||||
lib/libgps.utils.so
|
||||
lib/libloc_api_v02.so
|
||||
|
|
Loading…
Reference in a new issue