Enable hide cutout emulations

Bug: 317143921
Test: make
Flag: NONE
Change-Id: Ib9344b8f95eeab18c2ccaa4e19e63197fb672407
This commit is contained in:
Shawn Lin 2023-12-21 12:56:09 +00:00
parent ca3359d2e4
commit 14210e5440
2 changed files with 18 additions and 0 deletions

View file

@ -436,3 +436,12 @@ PRODUCT_VENDOR_PROPERTIES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
NfcOverlayHusky \ NfcOverlayHusky \
# Set support hide display cutout feature
PRODUCT_PRODUCT_PROPERTIES += \
ro.support_hide_display_cutout=true
PRODUCT_PACKAGES += \
NoCutoutOverlay \
AvoidAppsInCutoutOverlay

View file

@ -402,3 +402,12 @@ PRODUCT_VENDOR_PROPERTIES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
NfcOverlayShiba NfcOverlayShiba
# Set support hide display cutout feature
PRODUCT_PRODUCT_PROPERTIES += \
ro.support_hide_display_cutout=true
PRODUCT_PACKAGES += \
NoCutoutOverlay \
AvoidAppsInCutoutOverlay