diff options
author | Ziyan <jaraidaniel@gmail.com> | 2016-01-02 13:10:17 +0100 |
---|---|---|
committer | Dániel Járai <jaraidaniel@gmail.com> | 2016-01-02 05:01:49 -0800 |
commit | b8b02cbb581a3b3397db7caea8c2157e75f2e7f2 (patch) | |
tree | 6431086236c5b1198caeb76a14f5d2bcb1313c00 | |
parent | e1b8a9311aba6bc7eef22b97aaa2d44d1b276954 (diff) | |
download | device_samsung_tuna-b8b02cbb581a3b3397db7caea8c2157e75f2e7f2.zip device_samsung_tuna-b8b02cbb581a3b3397db7caea8c2157e75f2e7f2.tar.gz device_samsung_tuna-b8b02cbb581a3b3397db7caea8c2157e75f2e7f2.tar.bz2 |
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
-rwxr-xr-x | device.mk | 3 | ||||
-rw-r--r-- | gps.conf | 5 |
2 files changed, 1 insertions, 7 deletions
@@ -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
|