Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc4ef8e2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Refactor frameworks-base-overlays."

parents 598a0eba 7c29a7a7
Loading
Loading
Loading
Loading
+14 −8
Original line number Diff line number Diff line
@@ -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))