diff options
author | Amith Yamasani <yamasani@google.com> | 2011-06-24 15:04:49 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2011-06-24 16:07:16 -0700 |
commit | b4aa1d1f62e25c6ef01516cca8e45aeba9cb1f6e (patch) | |
tree | 9f05273c0b74140709f3075d5b253a643ba959ef | |
parent | d533a4392d4d23343b287e9f6aa01c01082c1e2f (diff) | |
download | device_samsung_tuna-b4aa1d1f62e25c6ef01516cca8e45aeba9cb1f6e.zip device_samsung_tuna-b4aa1d1f62e25c6ef01516cca8e45aeba9cb1f6e.tar.gz device_samsung_tuna-b4aa1d1f62e25c6ef01516cca8e45aeba9cb1f6e.tar.bz2 |
Add gps.conf file for large fish
Make NTP time lookups work.
Bug: 4946152
Change-Id: Ic28ba0352be18d59c91285a641a8538494c60973
-rw-r--r-- | device.mk | 3 | ||||
-rw-r--r-- | gps.conf | 6 |
2 files changed, 8 insertions, 1 deletions
@@ -43,7 +43,8 @@ PRODUCT_COPY_FILES := \ device/samsung/tuna/init.tuna.rc:root/init.tuna.rc \ device/samsung/tuna/init.tuna.usb.rc:root/init.tuna.usb.rc \ device/samsung/tuna/ueventd.tuna.rc:root/ueventd.tuna.rc \ - device/samsung/tuna/media_profiles.xml:system/etc/media_profiles.xml + device/samsung/tuna/media_profiles.xml:system/etc/media_profiles.xml \ + device/samsung/tuna/gps.conf:system/etc/gps.conf # Bluetooth configuration files PRODUCT_COPY_FILES += \ diff --git a/gps.conf b/gps.conf new file mode 100644 index 0000000..bd431a6 --- /dev/null +++ b/gps.conf @@ -0,0 +1,6 @@ +NTP_SERVER=north-america.pool.ntp.org
+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
|