You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
499 B
Makefile
15 lines
499 B
Makefile
# GPS
|
|
PRODUCT_PACKAGES += \
|
|
gps.msm8916
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/gps/flp.conf:system/etc/flp.conf \
|
|
$(LOCAL_PATH)/gps/gps.conf:system/etc/gps.conf \
|
|
$(LOCAL_PATH)/gps/izat.conf:system/etc/izat.conf \
|
|
$(LOCAL_PATH)/gps/quipc.conf:system/etc/quipc.conf \
|
|
$(LOCAL_PATH)/gps/sap.conf:system/etc/sap.conf
|
|
|
|
# Permissions
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml
|