forked from openkylin/platform_build
Multi cutout: replace wide with double overlay
Bug: 74195186 Test: make droid Change-Id: I4758ed081a0e306f87db21c9bc2c8160c455a0e6
This commit is contained in:
parent
1a50e975ae
commit
17444d16c2
|
@ -463,6 +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
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/overlay/DisplayCutoutEmulationWide)
|
||||
|
||||
# ************************************************
|
||||
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||
# ************************************************
|
||||
|
|
|
@ -29,7 +29,7 @@ PRODUCT_PACKAGES := \
|
|||
Provision \
|
||||
SystemUI \
|
||||
SysuiDarkThemeOverlay \
|
||||
DisplayCutoutEmulationWideOverlay \
|
||||
DisplayCutoutEmulationDoubleOverlay \
|
||||
DisplayCutoutEmulationNarrowOverlay \
|
||||
DisplayCutoutEmulationTallOverlay \
|
||||
EasterEgg \
|
||||
|
|
Loading…
Reference in New Issue