From c0d282f6b7903470166cbb501aefec85177ecb1f Mon Sep 17 00:00:00 2001 From: Jean-Michel Trivi Date: Tue, 29 Mar 2022 14:35:37 -0700 Subject: [PATCH 1/6] Raviole: disable DD+ decoder Bug: 225544444 Bug: 228207876 Test: adb shell ps | grep vendor.dolby.media.c2\@ is empty after boot Change-Id: I030739e6d9772671b160e21afe62579a1bf3b987 --- device-oriole.mk | 13 ------- device-raven.mk | 13 ------- media_codecs_bo_dolby_c2.xml | 66 ------------------------------------ 3 files changed, 92 deletions(-) delete mode 100644 media_codecs_bo_dolby_c2.xml diff --git a/device-oriole.mk b/device-oriole.mk index 6eda039..ff4015b 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -217,16 +217,3 @@ PRODUCT_VENDOR_PROPERTIES += \ # This device is shipped with 31 (Android S) PRODUCT_SHIPPING_API_LEVEL := 31 - -############################################## -# DOLBY integration -include vendor/dolby/ds/dolby-buildspec.mk -$(call inherit-product, vendor/dolby/ds/dolby-product.mk) - -# add list of codecs, but overwrite device/google/gs101/media_codecs_bo_c2.xml -# with same file but with Dolby codecs listed -PRODUCT_COPY_FILES := \ - device/google/raviole/media_codecs_bo_dolby_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_c2.xml \ - $(PRODUCT_COPY_FILES) - -PRODUCT_RESTRICT_VENDOR_FILES := false diff --git a/device-raven.mk b/device-raven.mk index c6c2c9d..7f9c6fb 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -233,16 +233,3 @@ PRODUCT_VENDOR_PROPERTIES += \ # This device is shipped with 31 (Android S) PRODUCT_SHIPPING_API_LEVEL := 31 - -############################################# -# DOLBY integration -include vendor/dolby/ds/dolby-buildspec.mk -$(call inherit-product, vendor/dolby/ds/dolby-product.mk) - -# add list of codecs, but overwrite device/google/gs101/media_codecs_bo_c2.xml -# with same file but with Dolby codecs listed -PRODUCT_COPY_FILES := \ - device/google/raviole/media_codecs_bo_dolby_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_c2.xml \ - $(PRODUCT_COPY_FILES) - -PRODUCT_RESTRICT_VENDOR_FILES := false diff --git a/media_codecs_bo_dolby_c2.xml b/media_codecs_bo_dolby_c2.xml deleted file mode 100644 index 3197674..0000000 --- a/media_codecs_bo_dolby_c2.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 40b5adfd901d3385efb5e08ee8c53f80b0deb7cf Mon Sep 17 00:00:00 2001 From: Steve Berbary Date: Wed, 6 Apr 2022 04:56:02 +0000 Subject: [PATCH 2/6] Update oriole SVN to 26 Bug: 228265025 Change-Id: I34050f4f12e36e671bddc3ffeb7fe17a8a19a929 --- device-oriole.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-oriole.mk b/device-oriole.mk index 6eda039..334a558 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -175,7 +175,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=25 + ro.vendor.build.svn=26 # Hide cutout overlays PRODUCT_PACKAGES += \ From 48410f190cd316e03f83ec8449c89c6b2d23b708 Mon Sep 17 00:00:00 2001 From: Steve Berbary Date: Wed, 6 Apr 2022 04:57:43 +0000 Subject: [PATCH 3/6] Update raven SVN to 26 Bug: 228265025 Change-Id: I0a18a8b09e060e2cbc31e69a0f8fd6675769093a --- device-raven.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-raven.mk b/device-raven.mk index c6c2c9d..d861fd9 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -187,7 +187,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=25 + ro.vendor.build.svn=26 # Hide cutout overlays PRODUCT_PACKAGES += \ From ab0dbdbc8685773169f9f490df6069cea7b6c232 Mon Sep 17 00:00:00 2001 From: shawnlin Date: Fri, 1 Apr 2022 11:54:39 +0800 Subject: [PATCH 4/6] Fixed status bar glitch for apps that access internal resource dimen Bring back old usage of status_bar_height, status_bar_height_portrait, and status_bar_height_landscape by set the size containing cutout size. Bug: 216782082 Test: make Change-Id: I05142c120f05bdb5fa0543e61a6f50f46f6b0d82 --- oriole/overlay/frameworks/base/core/res/res/values/config.xml | 4 +++- raven/overlay/frameworks/base/core/res/res/values/config.xml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/oriole/overlay/frameworks/base/core/res/res/values/config.xml b/oriole/overlay/frameworks/base/core/res/res/values/config.xml index 6eec9d0..574eed6 100644 --- a/oriole/overlay/frameworks/base/core/res/res/values/config.xml +++ b/oriole/overlay/frameworks/base/core/res/res/values/config.xml @@ -93,7 +93,9 @@ - 74px + 74px + 124px + 74px 5px diff --git a/raven/overlay/frameworks/base/core/res/res/values/config.xml b/raven/overlay/frameworks/base/core/res/res/values/config.xml index a83a4e4..8d422c3 100644 --- a/raven/overlay/frameworks/base/core/res/res/values/config.xml +++ b/raven/overlay/frameworks/base/core/res/res/values/config.xml @@ -198,7 +198,9 @@ - 28dp + 28dp + 145px + 28dp 64 From 77bcf08c3ab93d492ccc05118edd65c071e6fe15 Mon Sep 17 00:00:00 2001 From: Steve Berbary Date: Wed, 6 Apr 2022 04:57:43 +0000 Subject: [PATCH 5/6] Update raven SVN to 26 Bug: 228265025 Change-Id: I0a18a8b09e060e2cbc31e69a0f8fd6675769093a --- device-raven.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-raven.mk b/device-raven.mk index 7f9c6fb..f2a5f9c 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -187,7 +187,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=25 + ro.vendor.build.svn=26 # Hide cutout overlays PRODUCT_PACKAGES += \ From 08d806ddfd66e4bb5ea41ff592e07960b8a7902e Mon Sep 17 00:00:00 2001 From: Steve Berbary Date: Wed, 6 Apr 2022 04:56:02 +0000 Subject: [PATCH 6/6] Update oriole SVN to 26 Bug: 228265025 Change-Id: I34050f4f12e36e671bddc3ffeb7fe17a8a19a929 --- device-oriole.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-oriole.mk b/device-oriole.mk index ff4015b..dc0c1fe 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -175,7 +175,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=25 + ro.vendor.build.svn=26 # Hide cutout overlays PRODUCT_PACKAGES += \