diff options
| author | ix5 <ix5@users.noreply.github.com> | 2020-02-01 22:46:02 +0100 |
|---|---|---|
| committer | Alin Jerpelea <alin.jerpelea@sony.com> | 2020-02-05 14:39:52 +0100 |
| commit | e5018ee7610595a3ba92ea7e351fefc9ce00f7eb (patch) | |
| tree | 6b46203cd8b876f311a8cebb0d92c679a25742e6 | |
| parent | ee8854b73101b8f6951e4ddbc6a1bccc78ed2dbd (diff) | |
Revert "Remove gps.conf; already provided by hardware repo."
This reverts commit 27358a870f25416cf8a05cad9044ada805523d6f.
Reason for revert: We can use the gps.conf again now.
gps_debug.conf is not needed.
| -rw-r--r-- | common.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -61,6 +61,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ $(COMMON_PATH)/rootdir/system/etc/nfcee_access.xml:system/etc/nfcee_access.xml +# GPS Configuration +PRODUCT_COPY_FILES += \ + $(COMMON_PATH)/rootdir/vendor/etc/gps.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gps.conf + # Sensors common PRODUCT_COPY_FILES += \ $(COMMON_PATH)/rootdir/vendor/etc/sensors/sensors_settings:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/sensors_settings |
