Add no cutout overlay packages for raven & oriole

Bug: 217772613
Test: make
Change-Id: I097081fa87a87f034725f44599f9e575b8e00a80
This commit is contained in:
shawnlin 2022-02-15 13:40:37 +08:00 committed by Shawn Lin
parent f844946328
commit 6c363973fc
2 changed files with 8 additions and 0 deletions

View file

@ -181,6 +181,10 @@ endif
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=24
# Set support hide display cutout feature
PRODUCT_PRODUCT_PROPERTIES += \
ro.support_hide_display_cutout=true
# Hide cutout overlays
PRODUCT_PACKAGES += \
NoCutoutOverlay \

View file

@ -194,6 +194,10 @@ endif
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=24
# Set support hide display cutout feature
PRODUCT_PRODUCT_PROPERTIES += \
ro.support_hide_display_cutout=true
# Hide cutout overlays
PRODUCT_PACKAGES += \
NoCutoutOverlay \