Merge "Refactor frameworks-base-overlays."
This commit is contained in:
committed by
Android (Google) Code Review
commit
dc4ef8e2f0
@@ -16,17 +16,13 @@ LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := frameworks-base-overlays
|
||||
|
||||
LOCAL_REQUIRED_MODULES := \
|
||||
ExperimentNavigationBarFloatingOverlay \
|
||||
ExperimentNavigationBarDefaultOverlay \
|
||||
ExperimentNavigationBarSlimOverlay32 \
|
||||
ExperimentNavigationBarSlimOverlay40 \
|
||||
ExperimentNavigationBarLargeOverlay56 \
|
||||
ExperimentNavigationBarLargeOverlay64 \
|
||||
AccentColorBlackOverlay \
|
||||
AccentColorGreenOverlay \
|
||||
AccentColorPurpleOverlay \
|
||||
DisplayCutoutEmulationCornerOverlay \
|
||||
DisplayCutoutEmulationDoubleOverlay \
|
||||
DisplayCutoutEmulationTallOverlay \
|
||||
FontNotoSerifSourceOverlay \
|
||||
IconPackCircularAndroidOverlay \
|
||||
IconPackCircularSettingsOverlay \
|
||||
@@ -42,7 +38,17 @@ LOCAL_REQUIRED_MODULES := \
|
||||
IconShapeSquircleOverlay \
|
||||
IconShapeTeardropOverlay
|
||||
|
||||
include $(BUILD_PHONY_PACKAGE)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := frameworks-base-overlays-debug
|
||||
LOCAL_REQUIRED_MODULES := \
|
||||
ExperimentNavigationBarFloatingOverlay \
|
||||
ExperimentNavigationBarDefaultOverlay \
|
||||
ExperimentNavigationBarSlimOverlay32 \
|
||||
ExperimentNavigationBarSlimOverlay40 \
|
||||
ExperimentNavigationBarLargeOverlay56 \
|
||||
ExperimentNavigationBarLargeOverlay64
|
||||
|
||||
include $(BUILD_PHONY_PACKAGE)
|
||||
|
||||
include $(call first-makefiles-under,$(LOCAL_PATH))
|
||||
|
||||
Reference in New Issue
Block a user