From 0577797b84e8664bb82c42aed35ea418e91a3b1d Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Sun, 2 Oct 2022 18:47:46 -0400 Subject: [PATCH] config: Exclude Launcher3*/Calendar packages from enforcement * These are built by AOSP common includes, and we can track most of these apps, but Etar and Trebuchet are only partial rebrands of their source-application, which means there are conflicts when tracking them, so exclude them. Change-Id: I1fb893e6f5df693ddb551fa22adde9d05a60d1d8 --- config/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common.mk b/config/common.mk index 94fee05d..de4049af 100644 --- a/config/common.mk +++ b/config/common.mk @@ -101,7 +101,7 @@ PRODUCT_MINIMIZE_JAVA_DEBUG_INFO := true PRODUCT_RESTRICT_VENDOR_FILES := false # Require all requested packages to exist -$(call enforce-product-packages-exist-internal,$(wildcard device/*/$(LINEAGE_BUILD)/$(TARGET_PRODUCT).mk),product_manifest.xml rild) +$(call enforce-product-packages-exist-internal,$(wildcard device/*/$(LINEAGE_BUILD)/$(TARGET_PRODUCT).mk),product_manifest.xml rild Calendar Launcher3 Launcher3Go Launcher3QuickStep Launcher3QuickStepGo) # Bootanimation TARGET_SCREEN_WIDTH ?= 1080