sm8250-common: switch to source built gps/location
Change-Id: I66588ff9cbf50a835f5e50e7855908825caf9285
This commit is contained in:
parent
df30faed72
commit
20f6d21d2d
2 changed files with 23 additions and 27 deletions
29
sm8250.mk
29
sm8250.mk
|
|
@ -188,16 +188,27 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# GPS
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.gnss@1.1.vendor \
|
||||
android.hardware.gnss@2.1.vendor
|
||||
android.hardware.gnss@2.1-impl-qti \
|
||||
android.hardware.gnss@2.1-service-qti \
|
||||
gnss@2.0-base.policy \
|
||||
gnss@2.0-xtra-daemon.policy \
|
||||
gnss@2.0-xtwifi-client.policy \
|
||||
gnss@2.0-xtwifi-inet-agent.policy \
|
||||
libbatching \
|
||||
libgeofencing \
|
||||
libgnss \
|
||||
libgnsspps \
|
||||
libsynergy_loc_api
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/gps/flp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/flp.conf \
|
||||
$(LOCAL_PATH)/gps/gps.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gps.conf \
|
||||
$(LOCAL_PATH)/gps/izat.conf:$(TARGET_COPY_OUT_VENDOR)/etc/izat.conf \
|
||||
$(LOCAL_PATH)/gps/lowi.conf:$(TARGET_COPY_OUT_VENDOR)/etc/lowi.conf \
|
||||
$(LOCAL_PATH)/gps/sap.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sap.conf \
|
||||
$(LOCAL_PATH)/gps/xtwifi.conf:$(TARGET_COPY_OUT_VENDOR)/etc/xtwifi.conf
|
||||
PRODUCT_PACKAGES += \
|
||||
apdr.conf \
|
||||
flp.conf \
|
||||
gnss_antenna_info.conf \
|
||||
gps.conf \
|
||||
izat.conf \
|
||||
lowi.conf \
|
||||
sap.conf \
|
||||
xtwifi.conf
|
||||
|
||||
# Health
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue