diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2017-12-12 20:27:34 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-12 20:38:15 +0100 |
commit | 20846acdd9f79b031d21d0f074df10bdfbc743e1 (patch) | |
tree | 5695e1123128e99c0e8895397650518a7275ea03 | |
parent | 92acb39971de4390a35ed3c157cb52f3ffd50462 (diff) |
msm8996-common: "Build" gps.conf instead of manually copying it
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rwxr-xr-x | msm8996.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |