Refactor frameworks-base-overlays.
Split debug packages out of frameworks-base-overlays. Add this collection of packages to handheld_product instead of handheld_vendor since they all have LOCAL_PRODUCT_MODULE set to true. Bug: 118757293 Test: make Change-Id: Ibb94bf16e6d462fc32767275c923c4128f2fd731
This commit is contained in:
@@ -40,3 +40,7 @@ PRODUCT_PACKAGES += \
|
|||||||
StorageManager \
|
StorageManager \
|
||||||
SystemUI \
|
SystemUI \
|
||||||
WallpaperCropper \
|
WallpaperCropper \
|
||||||
|
frameworks-base-overlays
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
|
frameworks-base-overlays-debug
|
||||||
|
@@ -22,20 +22,8 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/media_vendor.mk)
|
|||||||
|
|
||||||
# /vendor packages
|
# /vendor packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
AccentColorBlackOverlay \
|
|
||||||
AccentColorGreenOverlay \
|
|
||||||
AccentColorPurpleOverlay \
|
|
||||||
audio.primary.default \
|
audio.primary.default \
|
||||||
DisplayCutoutEmulationCornerOverlay \
|
|
||||||
DisplayCutoutEmulationDoubleOverlay \
|
|
||||||
DisplayCutoutEmulationTallOverlay \
|
|
||||||
FontNotoSerifSourceOverlay \
|
|
||||||
IconShapeRoundedRectOverlay \
|
|
||||||
IconShapeSquircleOverlay \
|
|
||||||
IconShapeTeardropOverlay \
|
|
||||||
local_time.default \
|
local_time.default \
|
||||||
power.default \
|
power.default \
|
||||||
vibrator.default \
|
vibrator.default \
|
||||||
|
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
|
||||||
frameworks-base-overlays \
|
|
||||||
|
Reference in New Issue
Block a user