jd2019: gps: Adding Xtra Version Check
Tells Qualcomm GPS hardware to check that the XTRA file version downloaded matches the version expected - i.e. the more secure (signed) version 3 Test: On device, tested on nyc-mr1 same change, watched Xtra download logs and confirmed GPS acted as if Xtra assisted Bug: 31470303 Change-Id: I959327e969c31157a35d622d49e2f7b7067bb0d7
This commit is contained in:
parent
f44f6c20c6
commit
eae677986c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#AUTO = 1
|
||||
#XTRA2 = 2
|
||||
#XTRA3 = 3
|
||||
XTRA_VERSION_CHECK=0
|
||||
XTRA_VERSION_CHECK=1
|
||||
|
||||
#unlimited XTRA download
|
||||
XTRA_TEST_ENABLED = 1
|
||||
|
|
Loading…
Reference in a new issue