From b8b02cbb581a3b3397db7caea8c2157e75f2e7f2 Mon Sep 17 00:00:00 2001 From: Ziyan Date: Sat, 2 Jan 2016 13:10:17 +0100 Subject: Grab GPS config from device/common It's exactly the same as ours, so there's no point having a custom one. Change-Id: Ieb685198295bd60bbd7766a0cff4389a8a51d070 --- device.mk | 3 +-- gps.conf | 5 ----- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 gps.conf diff --git a/device.mk b/device.mk index 1621f94..9578d5f 100755 --- a/device.mk +++ b/device.mk @@ -77,8 +77,7 @@ PRODUCT_COPY_FILES += \ $(DEVICE_FOLDER)/rootdir/fstab.tuna:root/fstab.tuna # GPS -PRODUCT_COPY_FILES += \ - $(DEVICE_FOLDER)/gps.conf:system/etc/gps.conf +$(call inherit-product, device/common/gps/gps_us_supl.mk) # Media profiles PRODUCT_COPY_FILES += \ diff --git a/gps.conf b/gps.conf deleted file mode 100644 index e3fb1df..0000000 --- a/gps.conf +++ /dev/null @@ -1,5 +0,0 @@ -XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin -XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin -XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin -SUPL_HOST=supl.google.com -SUPL_PORT=7276 -- cgit v1.1