summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdevice.mk3
-rw-r--r--gps.conf5
2 files changed, 1 insertions, 7 deletions
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