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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user