summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyatt Riley <wyattriley@google.com>2017-04-06 09:43:59 -0700
committerAli B <abittin@gmail.com>2018-06-17 19:23:22 +0300
commit3156a16eea6f1562e6bdb82cc39c06259f79ed87 (patch)
tree2634321a1d649f4604d929f79995f6137260ff65
parent818ca715e413ad0128e63ca039462c0d3a372fbe (diff)
flo: Restoring XTRA GPS assistanceHEADo8.1
Pointing the base config.xml to XTRA v3 and removing the redundant overlays Bug: 36356863 Test: Fast GPS fix after delete all on Angler, and build confirmation on Bullhead's identical fix. Change-Id: I255b864808dc1b59fde3b2e013335ad81c3ef0e6
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index c6f6e9f..6df97b1 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -296,9 +296,9 @@
<string-array translatable="false" name="config_gpsParameters">
<item>SUPL_HOST=supl.google.com</item>
<item>SUPL_PORT=7275</item>
- <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra2.bin</item>
- <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra2.bin</item>
- <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra2.bin</item>
+ <item>XTRA_SERVER_1=https://xtrapath1.izatcloud.net/xtra3grc.bin</item>
+ <item>XTRA_SERVER_2=https://xtrapath2.izatcloud.net/xtra3grc.bin</item>
+ <item>XTRA_SERVER_3=https://xtrapath3.izatcloud.net/xtra3grc.bin</item>
<item>NTP_SERVER=north-america.pool.ntp.org</item>
<item>SUPL_MODE=1</item>
<item>SUPL_VER=0x20000</item>