Add IconOverlay's to appropriate build/ also move experimental overlays
Test: adb shell cmd overlay enable --user 0 com.android.theme.icon.square Bug: 118757933 Bug: 118757664 TL;DR;; RRO apk and it's corresponding actors (applications that enable/disable the overlay) Actors [AOSP] packages/apps/ThemePicker is actor for IconShape*Overlay and AccentColor*Overlay [AOSP] packages/apps/Settings is actor for DisplayCutout*Overlay RRO packages [AOSP] frameworks/base/packages/overlays/DisplayCutout*Overlay [AOSP] frameworks/base/packages/overlays/IconShape*Overlay [AOSP] frameworks/base/packages/overlays/AccentColor*Overlay Change-Id: Ibaf5f005d112ad2ee8fc086bd7616b86446794a0
This commit is contained in:
@@ -20,15 +20,24 @@
|
|||||||
# does, use base_vendor.mk).
|
# does, use base_vendor.mk).
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/media_vendor.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/media_vendor.mk)
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
AccentColorBlackOverlay \
|
||||||
|
AccentColorGreenOverlay \
|
||||||
|
AccentColorPurpleOverlay \
|
||||||
audio.primary.default \
|
audio.primary.default \
|
||||||
DisplayCutoutEmulationCornerOverlay \
|
DisplayCutoutEmulationCornerOverlay \
|
||||||
DisplayCutoutEmulationDoubleOverlay \
|
DisplayCutoutEmulationDoubleOverlay \
|
||||||
DisplayCutoutEmulationTallOverlay \
|
DisplayCutoutEmulationTallOverlay \
|
||||||
|
IconShapeRoundedRectOverlay \
|
||||||
|
IconShapeSquircleOverlay \
|
||||||
|
IconShapeTeardropOverlay \
|
||||||
|
local_time.default \
|
||||||
|
power.default \
|
||||||
|
vibrator.default \
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
ExperimentNavigationBarFloatingOverlay \
|
ExperimentNavigationBarFloatingOverlay \
|
||||||
ExperimentNavigationBarDefaultOverlay \
|
ExperimentNavigationBarDefaultOverlay \
|
||||||
ExperimentNavigationBarSlimOverlay24 \
|
ExperimentNavigationBarSlimOverlay24 \
|
||||||
ExperimentNavigationBarSlimOverlay32 \
|
ExperimentNavigationBarSlimOverlay32 \
|
||||||
ExperimentNavigationBarSlimOverlay40 \
|
ExperimentNavigationBarSlimOverlay40 \
|
||||||
local_time.default \
|
IconShapeSquareOverlay \
|
||||||
power.default \
|
|
||||||
vibrator.default \
|
|
||||||
|
Reference in New Issue
Block a user