Skip to content

Commit

Permalink
wayne: Copy GPS configs to vendor
Browse files Browse the repository at this point in the history
Change-Id: Ife4d8589dea1f7c37be05bae57de4bdeb62411b9
Signed-off-by: xiaoleGun <1592501605@qq.com>
  • Loading branch information
xiaoleGun committed Jan 1, 2023
1 parent 906f7c9 commit 928f016
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,15 @@ PRODUCT_PACKAGES += \
libsensorndkbridge \
libwifi-hal-ctrl

PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/gps/etc/apdr.conf:$(TARGET_COPY_OUT_VENDOR)/etc/apdr.conf \
$(LOCAL_PATH)/gps/etc/flp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/flp.conf \
$(LOCAL_PATH)/gps/etc/gps.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gps.conf \
$(LOCAL_PATH)/gps/etc/izat.conf:$(TARGET_COPY_OUT_VENDOR)/etc/izat.conf \
$(LOCAL_PATH)/gps/etc/lowi.conf:$(TARGET_COPY_OUT_VENDOR)/etc/lowi.conf \
$(LOCAL_PATH)/gps/etc/sap.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sap.conf \
$(LOCAL_PATH)/gps/etc/xtwifi.conf:$(TARGET_COPY_OUT_VENDOR)/etc/xtwifi.conf

# Healthd
PRODUCT_PACKAGES += \
android.hardware.health@2.1-impl:64 \
Expand Down

0 comments on commit 928f016

Please sign in to comment.