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

Commit 7c29a7a7 authored by Amin Shaikh's avatar Amin Shaikh
Browse files

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: N/A
Test: make
Change-Id: I3384e15dac010d1329b4041658a8f4d64100edec
parent e8c4958b
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))