From d58c3333b4c16611686b09adc24f219bf2787af4 Mon Sep 17 00:00:00 2001 From: Cheng Chang Date: Fri, 26 Jan 2024 05:48:42 +0000 Subject: [PATCH 1/9] gps: Disable Vzw SUPL OTDOA Bug: 322404137 Test: OTDOA test in b/322404137 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:8dbd03c2dffe8361a3813a71eb27fb55ff9854ef) Merged-In: I026a3f8270b4b609d5a33f0604ade8586f426ee5 Change-Id: I026a3f8270b4b609d5a33f0604ade8586f426ee5 --- location/gps.xml | 2 +- location/gps.xml.oriole | 2 +- location/gps.xml.raven | 2 +- location/gps_user.xml | 2 +- location/gps_user.xml.oriole | 2 +- location/gps_user.xml.raven | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/location/gps.xml b/location/gps.xml index 52827b8..f98c248 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.oriole b/location/gps.xml.oriole index 323fe17..6781e32 100644 --- a/location/gps.xml.oriole +++ b/location/gps.xml.oriole @@ -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.raven b/location/gps.xml.raven index f205e75..681edc5 100644 --- a/location/gps.xml.raven +++ b/location/gps.xml.raven @@ -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 a5a4066..c5241bc 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.oriole b/location/gps_user.xml.oriole index e04f9fe..1cb18fd 100644 --- a/location/gps_user.xml.oriole +++ b/location/gps_user.xml.oriole @@ -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.raven b/location/gps_user.xml.raven index c132781..109472d 100644 --- a/location/gps_user.xml.raven +++ b/location/gps_user.xml.raven @@ -34,7 +34,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" - SuplOtdoaCapable2="true" + SuplOtdoaCapable2="false" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true" From 2d2bbf51e1819e8f46b8dce8d67364782518215c Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 14 Feb 2024 23:17:39 +0000 Subject: [PATCH 2/9] Update oriole SVN to 79 Bug: 325156176 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e6eb11886e2585187a2f277f3740c334d02574df) Merged-In: I7e6ba5fad48ee6b94f8452596c819bdf64b1c567 Change-Id: I7e6ba5fad48ee6b94f8452596c819bdf64b1c567 --- device-oriole.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-oriole.mk b/device-oriole.mk index 4c2706e..32a0862 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -208,7 +208,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=78 + ro.vendor.build.svn=79 # Set support hide display cutout feature PRODUCT_PRODUCT_PROPERTIES += \ From 5bfc263d9a2d8c2b18c96fed39f966c3b04a8643 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 14 Feb 2024 23:55:23 +0000 Subject: [PATCH 3/9] Update raven SVN to 79 Bug: 325156176 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:4104a4d4b5de569f1a1b2e386305d66116f808fb) Merged-In: Ic942d23db321ac036f4ad3ace6ef7b1291797b2d Change-Id: Ic942d23db321ac036f4ad3ace6ef7b1291797b2d --- device-raven.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-raven.mk b/device-raven.mk index 51f3904..eebd27e 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -212,7 +212,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=78 + ro.vendor.build.svn=79 # Set support hide display cutout feature PRODUCT_PRODUCT_PROPERTIES += \ From 8ac7db26178ff5f6ef800fb089350c3cab6ddb7e Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 14 Feb 2024 23:19:24 +0000 Subject: [PATCH 4/9] Update oriole SVN to 80 Bug: 325156176 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:38c977c9ad750183e9a117423fc5b7016f87e766) Merged-In: I9d8db34bb775bb8a24dffccdc203df3f04c1a279 Change-Id: I9d8db34bb775bb8a24dffccdc203df3f04c1a279 --- device-oriole.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-oriole.mk b/device-oriole.mk index 32a0862..49eecec 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -208,7 +208,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=79 + ro.vendor.build.svn=80 # Set support hide display cutout feature PRODUCT_PRODUCT_PROPERTIES += \ From 898836abebacaf521b8f891318b5ca18f483973d Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 14 Feb 2024 23:58:50 +0000 Subject: [PATCH 5/9] Update raven SVN to 80 Bug: 325156176 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:a5d57c7d7c7ce19e77d9e958547f76de47a62237) Merged-In: I215f2ff08b59afa8c2de01edc13e0478fa16f4aa Change-Id: I215f2ff08b59afa8c2de01edc13e0478fa16f4aa --- device-raven.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-raven.mk b/device-raven.mk index eebd27e..1e47e91 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -212,7 +212,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=79 + ro.vendor.build.svn=80 # Set support hide display cutout feature PRODUCT_PRODUCT_PROPERTIES += \ From ffc8b9f2ae98aee50c91761608415d44b5f3181d Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 14 Feb 2024 23:28:21 +0000 Subject: [PATCH 6/9] Update oriole SVN to 81 Bug: 325156176 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:f5439f1e844dedd9f8a96b29a2e1ced3270f3ef4) Merged-In: I52b41275757b3b6ed9335412c00b2244c040298d Change-Id: I52b41275757b3b6ed9335412c00b2244c040298d --- device-oriole.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-oriole.mk b/device-oriole.mk index 49eecec..18b6232 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -208,7 +208,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=80 + ro.vendor.build.svn=81 # Set support hide display cutout feature PRODUCT_PRODUCT_PROPERTIES += \ From 968ff4930074de9e3a54799bab5c0c3ccfe0625e Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Thu, 15 Feb 2024 00:00:23 +0000 Subject: [PATCH 7/9] Update raven SVN to 81 Bug: 325156176 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:75f2060945123abce1528e1fbc4828e3541a334c) Merged-In: Id52b92f08a2ab38985ad4df391d904548c21d8ed Change-Id: Id52b92f08a2ab38985ad4df391d904548c21d8ed --- device-raven.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-raven.mk b/device-raven.mk index 1e47e91..82c1bc8 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -212,7 +212,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=80 + ro.vendor.build.svn=81 # Set support hide display cutout feature PRODUCT_PRODUCT_PROPERTIES += \ From e2a9ca6c9bd7ac777fec8b61eec02e43d12f6c96 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 6 Mar 2024 00:56:24 +0000 Subject: [PATCH 8/9] Update oriole SVN to 82 Bug: 325156176 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:fb927e4184ea67ca3e4b09bd9138e474538725a4) Merged-In: I35f54125ce811d5788dc4bb779da6cb0da97c1b3 Change-Id: I35f54125ce811d5788dc4bb779da6cb0da97c1b3 --- device-oriole.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-oriole.mk b/device-oriole.mk index 18b6232..d0da844 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -208,7 +208,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=81 + ro.vendor.build.svn=82 # Set support hide display cutout feature PRODUCT_PRODUCT_PROPERTIES += \ From 2ae7372fd4cfe454de173936f6ad58c916b9c4d9 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 6 Mar 2024 00:59:00 +0000 Subject: [PATCH 9/9] Update raven SVN to 82 Bug: 325156176 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:4b6dd87db01d718816d8a5a3c8e0d382a5f06631) Merged-In: I2d9b565dd6e97439876096ae7e5c88678b178087 Change-Id: I2d9b565dd6e97439876096ae7e5c88678b178087 --- device-raven.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-raven.mk b/device-raven.mk index 82c1bc8..666539e 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -212,7 +212,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=81 + ro.vendor.build.svn=82 # Set support hide display cutout feature PRODUCT_PRODUCT_PROPERTIES += \