forked from openkylin/platform_build
Multi cutout: replace wide with double overlay
am: 17444d16c2
Change-Id: I422c6a829f507245b4b180ec14129e9ed48afdd2
This commit is contained in:
commit
f8fdd399fa
|
@ -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