From 458540c6ff831b831770de505a225a633ae2a392 Mon Sep 17 00:00:00 2001 From: Cheng Chang Date: Fri, 26 Jan 2024 05:50:34 +0000 Subject: [PATCH 01/15] gps: Disable Vzw SUPL OTDOA Bug: 322404137 Test: OTDOA test in b/322404137 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:3ebc4848a3397a1b902f8d6c65d8e160535cd124) Merged-In: I3beae4c89cc126b39ab83a76aae0a05f802ca1f4 Change-Id: I3beae4c89cc126b39ab83a76aae0a05f802ca1f4 --- location/gps.xml | 2 +- location/gps.xml.c10 | 2 +- location/gps.xml.p10 | 2 +- location/gps_user.xml | 2 +- location/gps_user.xml.c10 | 2 +- location/gps_user.xml.p10 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/location/gps.xml b/location/gps.xml index c17d9b6..5427c53 100644 --- a/location/gps.xml +++ b/location/gps.xml @@ -35,7 +35,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" - SuplOtdoaCapable2="true" + SuplOtdoaCapable2="false" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true" diff --git a/location/gps.xml.c10 b/location/gps.xml.c10 index 0d8ce90..e1b34f8 100644 --- a/location/gps.xml.c10 +++ b/location/gps.xml.c10 @@ -35,7 +35,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" - SuplOtdoaCapable2="true" + SuplOtdoaCapable2="false" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true" diff --git a/location/gps.xml.p10 b/location/gps.xml.p10 index 8ed3136..03d5ecb 100644 --- a/location/gps.xml.p10 +++ b/location/gps.xml.p10 @@ -35,7 +35,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" - SuplOtdoaCapable2="true" + SuplOtdoaCapable2="false" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true" diff --git a/location/gps_user.xml b/location/gps_user.xml index 3cde3f9..2301861 100644 --- a/location/gps_user.xml +++ b/location/gps_user.xml @@ -34,7 +34,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" - SuplOtdoaCapable2="true" + SuplOtdoaCapable2="false" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true" diff --git a/location/gps_user.xml.c10 b/location/gps_user.xml.c10 index 84c35e7..c3d1498 100644 --- a/location/gps_user.xml.c10 +++ b/location/gps_user.xml.c10 @@ -34,7 +34,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" - SuplOtdoaCapable2="true" + SuplOtdoaCapable2="false" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true" diff --git a/location/gps_user.xml.p10 b/location/gps_user.xml.p10 index 3832f9b..5defc80 100644 --- a/location/gps_user.xml.p10 +++ b/location/gps_user.xml.p10 @@ -34,7 +34,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" - SuplOtdoaCapable2="true" + SuplOtdoaCapable2="false" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true" From f0adec7656277c4d3f82b08402d4fb9aae403d3a Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Thu, 15 Feb 2024 01:53:58 +0000 Subject: [PATCH 02/15] Update cheetah SVN to 51 Bug: 325156176 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:d91e302cb8032aa906f5bf9a1978e474e54471c3) Merged-In: I25611cbbda7220e6a31afdb348c3fdd5aa87e76d Change-Id: I25611cbbda7220e6a31afdb348c3fdd5aa87e76d --- device-cheetah.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index eb12309..23925b4 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -336,7 +336,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=50 + ro.vendor.build.svn=51 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From bb13dce95cf5128ef6e0d7665f5d044c64ec8591 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Thu, 15 Feb 2024 01:25:47 +0000 Subject: [PATCH 03/15] Update panther SVN to 51 Bug: 325156176 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:a7f662bf712d428d8bcf17b86939ba00d4c37f2f) Merged-In: I168f901a06afbdc399572e008b5eed839e672975 Change-Id: I168f901a06afbdc399572e008b5eed839e672975 --- device-panther.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-panther.mk b/device-panther.mk index bb23a15..40842e6 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -320,7 +320,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=50 + ro.vendor.build.svn=51 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From 52187f30f8e89ae3a1b3b9c37108ed9bb34c6c59 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Thu, 15 Feb 2024 01:55:51 +0000 Subject: [PATCH 04/15] Update cheetah SVN to 52 Bug: 325156176 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:451a78efe027e087e81f0a664798a0d30aac4809) Merged-In: I341ff6be1ea248f796a5c9891c5838aa15607e69 Change-Id: I341ff6be1ea248f796a5c9891c5838aa15607e69 --- device-cheetah.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index 23925b4..c8fc18e 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -336,7 +336,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=51 + ro.vendor.build.svn=52 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From b541b5dd723297225716321da14ce086838b2426 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Thu, 15 Feb 2024 01:46:58 +0000 Subject: [PATCH 05/15] Update panther SVN to 52 Bug: 325156176 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ffd1cf7b0af8847301cffe1e7717a592b775b194) Merged-In: I0cd1f134e809508b0b14da5e861f9e944f61fe7e Change-Id: I0cd1f134e809508b0b14da5e861f9e944f61fe7e --- device-panther.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-panther.mk b/device-panther.mk index 40842e6..c2410df 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -320,7 +320,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=51 + ro.vendor.build.svn=52 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From f60c0a0b9ddb222cf7e963713a2288ceffe78940 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Thu, 15 Feb 2024 01:58:20 +0000 Subject: [PATCH 06/15] Update cheetah SVN to 53 Bug: 325156176 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:01f8a2bfb25144b196879d077b51acbaf04c51ae) Merged-In: I33d672ea05098b9eab94c9d390279a32bc22c979 Change-Id: I33d672ea05098b9eab94c9d390279a32bc22c979 --- device-cheetah.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index c8fc18e..b42ccdb 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -336,7 +336,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=52 + ro.vendor.build.svn=53 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From 84a6349fabfffb0f4aa905746a13ff7c56714e28 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Thu, 15 Feb 2024 01:50:19 +0000 Subject: [PATCH 07/15] Update panther SVN to 53 Bug: 325156176 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:c33899b65386c82b93d8c38f943d4679bdf65d50) Merged-In: I6544997b66f22ab295bab9a6d83780227ea57677 Change-Id: I6544997b66f22ab295bab9a6d83780227ea57677 --- device-panther.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-panther.mk b/device-panther.mk index c2410df..541c241 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -320,7 +320,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=52 + ro.vendor.build.svn=53 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From 86622145ff3709c9929f28189d8d8aec2cb576d7 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 6 Mar 2024 00:54:42 +0000 Subject: [PATCH 08/15] Update panther SVN to 54 Bug: 325156176 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:be8c769b31a6035a818c1ec3a6bcca57d671c8dc) Merged-In: I6504290fbf2e72b6022b503455fb455798c7dbf4 Change-Id: I6504290fbf2e72b6022b503455fb455798c7dbf4 --- device-panther.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-panther.mk b/device-panther.mk index 541c241..1116f4e 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -320,7 +320,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=53 + ro.vendor.build.svn=54 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From 7d407ba0850ebff27d472470463dec96a3880220 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 6 Mar 2024 00:51:10 +0000 Subject: [PATCH 09/15] Update cheetah SVN to 54 Bug: 325156176 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:0664cb1d0993a3999b34943d0fca55cfd8201334) Merged-In: I1aa6b83a8eaf2f6719b0aa534359ec0c4c2f9f69 Change-Id: I1aa6b83a8eaf2f6719b0aa534359ec0c4c2f9f69 --- device-cheetah.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index b42ccdb..407066e 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -336,7 +336,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=53 + ro.vendor.build.svn=54 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From 859a6dc765a263655f82d4a6652dc8dd9ede7749 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Thu, 28 Mar 2024 15:31:37 +0000 Subject: [PATCH 10/15] Update cheetah SVN to 55 Bug: 330382848 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:d63ba202a4d0abed7b832055d93a0510fd01939c) Merged-In: Icef538751a8e660862b5c33c2ca4cb225adc9071 Change-Id: Icef538751a8e660862b5c33c2ca4cb225adc9071 --- device-cheetah.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index 407066e..0eb29b0 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -336,7 +336,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=54 + ro.vendor.build.svn=55 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From 4770885e9c94e208af374d64d0f6558b7cbd24ff Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 3 Apr 2024 23:09:42 +0000 Subject: [PATCH 11/15] Update cheetah SVN to 56 Bug: 330382848 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:460894bed6e89c1ae88aeba7e4eea4f54ebc606f) Merged-In: I26d77ac278f8c6fe05aa705a1f4b8544aef1d26e Change-Id: I26d77ac278f8c6fe05aa705a1f4b8544aef1d26e --- device-cheetah.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index 0eb29b0..f21fdf2 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -336,7 +336,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=55 + ro.vendor.build.svn=56 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From 93d72acd54164ba0e265bccf153f78899877be1b Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Thu, 28 Mar 2024 15:30:20 +0000 Subject: [PATCH 12/15] Update panther SVN to 55 Bug: 330382848 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:a77c2c59a62acb04b304e7df8d4a805e0f48c22d) Merged-In: If7e8fde69fcac194e57df3ac2a39e91fdb0fbbba Change-Id: If7e8fde69fcac194e57df3ac2a39e91fdb0fbbba --- device-panther.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-panther.mk b/device-panther.mk index 1116f4e..6ff3f1a 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -320,7 +320,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=54 + ro.vendor.build.svn=55 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From 604ba5428ad478db388a68e3e3909551de2a1fb9 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 3 Apr 2024 23:06:03 +0000 Subject: [PATCH 13/15] Update panther SVN to 56 Bug: 330382848 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6cbb1eb370842cd354f141162edc6f96d7558ac7) Merged-In: I98175f825b431119d5e5d60e878946e7da2ddacc Change-Id: I98175f825b431119d5e5d60e878946e7da2ddacc --- device-panther.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-panther.mk b/device-panther.mk index 6ff3f1a..a661447 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -320,7 +320,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=55 + ro.vendor.build.svn=56 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From eb3959e6e179f0c7bc4f064aa95cf5721292f200 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 24 Apr 2024 23:13:10 +0000 Subject: [PATCH 14/15] Update panther SVN to 57 Bug: 336526332 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:7d5f8c19332439582da6507f5a08f21a20932570) Merged-In: I8233e9b89083f85341e7c1d981c53e81d26fe279 Change-Id: I8233e9b89083f85341e7c1d981c53e81d26fe279 --- device-panther.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-panther.mk b/device-panther.mk index a661447..bc3b405 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -320,7 +320,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=56 + ro.vendor.build.svn=57 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From 479156022535d50d8873b5636a3df4ff6fc7ac3f Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 24 Apr 2024 23:11:11 +0000 Subject: [PATCH 15/15] Update cheetah SVN to 57 Bug: 336526332 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:b843fb4c09cb1129b3ff0c2de96fe2bc3e5c70cb) Merged-In: Ib3b9baf24d3f0d5622ae63f11aa564df35fd14df Change-Id: Ib3b9baf24d3f0d5622ae63f11aa564df35fd14df --- device-cheetah.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index f21fdf2..2355556 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -336,7 +336,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=56 + ro.vendor.build.svn=57 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \