Multi cutout: replace narrow with corner overlay
Bug: 74982138 Test: make droid Change-Id: Ia6b25a0cf3718d316f944b7abf44fe9711fa0cf5
This commit is contained in:
parent
d027dfa39f
commit
12f3d9e2be
2 changed files with 3 additions and 2 deletions
|
@ -463,8 +463,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/manifest.xml)
|
|||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/vendor/compatibility_matrix.xml)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/compatibility_matrix.xml)
|
||||
|
||||
# Remove DisplayCutoutEmulationWide overlay
|
||||
# Remove DisplayCutoutEmulation overlays
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/overlay/DisplayCutoutEmulationWide)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/overlay/DisplayCutoutEmulationNarrow)
|
||||
|
||||
# ************************************************
|
||||
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||
|
|
|
@ -30,7 +30,7 @@ PRODUCT_PACKAGES := \
|
|||
SystemUI \
|
||||
SysuiDarkThemeOverlay \
|
||||
DisplayCutoutEmulationDoubleOverlay \
|
||||
DisplayCutoutEmulationNarrowOverlay \
|
||||
DisplayCutoutEmulationCornerOverlay \
|
||||
DisplayCutoutEmulationTallOverlay \
|
||||
EasterEgg \
|
||||
WallpaperCropper
|
||||
|
|
Loading…
Reference in a new issue