From 7d8dbf7e825e0d9ce2ac2ca5a992378a67c1a111 Mon Sep 17 00:00:00 2001 From: Steve Berbary Date: Mon, 3 Oct 2022 19:28:26 +0000 Subject: [PATCH 1/3] Update oriole SVN to 41 Bug: 250644806 Change-Id: I03fb30e509cb48315f5b5c5f4b22baa12daa541d (cherry picked from commit b82247dd1a538bf97bd9b12ad5c477e29e2d5b02) Merged-In: I03fb30e509cb48315f5b5c5f4b22baa12daa541d --- device-oriole.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-oriole.mk b/device-oriole.mk index a3e81fb..176175b 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -171,7 +171,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=40 + ro.vendor.build.svn=41 # Set support hide display cutout feature PRODUCT_PRODUCT_PROPERTIES += \ From 15493e7686c125e6cf954b0b00e02c2c19efb101 Mon Sep 17 00:00:00 2001 From: Steve Berbary Date: Mon, 3 Oct 2022 19:30:20 +0000 Subject: [PATCH 2/3] Update raven SVN to 41 Bug: 250644806 Change-Id: Ie72a0344a2f7e1adb9ad1452428358669dfad707 (cherry picked from commit 76415ed843d088b553b3f5d0ce56b205e8092aca) Merged-In: Ie72a0344a2f7e1adb9ad1452428358669dfad707 --- device-raven.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-raven.mk b/device-raven.mk index 63abc9d..19e940b 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -180,7 +180,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=40 + ro.vendor.build.svn=41 # Set support hide display cutout feature PRODUCT_PRODUCT_PROPERTIES += \ From 26c612fc29595313d830e9d7fec084241e80f733 Mon Sep 17 00:00:00 2001 From: Jean-Michel Trivi Date: Fri, 28 Oct 2022 18:35:23 +0000 Subject: [PATCH 3/3] Disable Spatial Audio [ DO NOT MERGE ] Bug: 256169331 Test: sound setings do not show spatial audio option Change-Id: Iddcfb2eee234bbbdb2a3d31dd2ce11fdf763094c (cherry picked from commit 1b4f1da3ca545a100215628cf970c1eddfced142) Merged-In: Iddcfb2eee234bbbdb2a3d31dd2ce11fdf763094c --- device-oriole.mk | 4 ++-- device-raven.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/device-oriole.mk b/device-oriole.mk index 176175b..c9e69ab 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -243,9 +243,9 @@ PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.le_audio_test=false endif -# declare use of spatial audio +# declare use of spatial audio: disabled PRODUCT_PROPERTY_OVERRIDES += \ - ro.audio.spatializer_enabled=true + ro.audio.spatializer_enabled=false PRODUCT_PACKAGES += \ libspatialaudio diff --git a/device-raven.mk b/device-raven.mk index 19e940b..c337c13 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -256,9 +256,9 @@ PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.le_audio_test=false endif -# declare use of spatial audio +# declare use of spatial audio: disabled PRODUCT_PROPERTY_OVERRIDES += \ - ro.audio.spatializer_enabled=true + ro.audio.spatializer_enabled=false PRODUCT_PACKAGES += \ libspatialaudio