aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2017-12-12 20:27:34 +0100
committerDavide Garberi <dade.garberi@gmail.com>2017-12-12 20:38:15 +0100
commit20846acdd9f79b031d21d0f074df10bdfbc743e1 (patch)
tree5695e1123128e99c0e8895397650518a7275ea03
parent92acb39971de4390a35ed3c157cb52f3ffd50462 (diff)
msm8996-common: "Build" gps.conf instead of manually copying it
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rwxr-xr-xmsm8996.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/msm8996.mk b/msm8996.mk
index 904e1d1..2b9ba04 100755
--- a/msm8996.mk
+++ b/msm8996.mk
@@ -151,11 +151,11 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
libgnss \
libgnsspps \
- libcurl
+ libcurl \
+ gps.conf
PRODUCT_COPY_FILES += \
$(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 \