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:
Wyatt Riley 2016-10-12 08:35:03 -07:00 committed by CakesTwix
parent f44f6c20c6
commit eae677986c
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -3,7 +3,7 @@
#AUTO = 1 #AUTO = 1
#XTRA2 = 2 #XTRA2 = 2
#XTRA3 = 3 #XTRA3 = 3
XTRA_VERSION_CHECK=0 XTRA_VERSION_CHECK=1
#unlimited XTRA download #unlimited XTRA download
XTRA_TEST_ENABLED = 1 XTRA_TEST_ENABLED = 1