2016-10-29 17:44:10 +00:00
|
|
|
# GPS
|
2017-01-19 04:57:49 +00:00
|
|
|
PRODUCT_PACKAGES += \
|
2018-01-08 00:06:46 +00:00
|
|
|
android.hardware.gnss@1.0-impl-qti \
|
2016-12-04 05:46:17 +00:00
|
|
|
libcurl \
|
2018-01-08 00:06:46 +00:00
|
|
|
libgnss \
|
2016-12-04 05:46:17 +00:00
|
|
|
libgnsspps
|
2017-01-19 04:57:49 +00:00
|
|
|
|
2017-07-14 17:03:57 +00:00
|
|
|
PRODUCT_COPY_FILES += \
|
2018-01-08 00:06:46 +00:00
|
|
|
$(VENDOR_PATH)/gps/etc/apdr.conf:$(TARGET_COPY_OUT_VENDOR)/etc/apdr.conf \
|
|
|
|
$(VENDOR_PATH)/gps/etc/flp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/flp.conf \
|
|
|
|
$(VENDOR_PATH)/gps/etc/gps.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gps.conf \
|
|
|
|
$(VENDOR_PATH)/gps/etc/izat.conf:$(TARGET_COPY_OUT_VENDOR)/etc/izat.conf \
|
|
|
|
$(VENDOR_PATH)/gps/etc/lowi.conf:$(TARGET_COPY_OUT_VENDOR)/etc/lowi.conf \
|
|
|
|
$(VENDOR_PATH)/gps/etc/sap.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sap.conf \
|
|
|
|
$(VENDOR_PATH)/gps/etc/xtwifi.conf:$(TARGET_COPY_OUT_VENDOR)/etc/xtwifi.conf
|
2017-07-14 17:03:57 +00:00
|
|
|
|
2017-01-19 04:57:49 +00:00
|
|
|
# Permissions
|
|
|
|
PRODUCT_COPY_FILES += \
|
2017-12-22 15:40:32 +00:00
|
|
|
frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml
|