lineage: common: Allow opting out of EPPE
* All Pixel devices fail to pass this check, allow disabling this instead of making tons of modifications on the device trees. Change-Id: I9a6fcc0a05b6ea90818a42d5c9500663db864542
This commit is contained in:
parent
39392c99e1
commit
9d9d16f921
1 changed files with 2 additions and 0 deletions
|
@ -100,8 +100,10 @@ PRODUCT_MINIMIZE_JAVA_DEBUG_INFO := true
|
|||
# Disable vendor restrictions
|
||||
PRODUCT_RESTRICT_VENDOR_FILES := false
|
||||
|
||||
ifneq ($(TARGET_DISABLE_EPPE),true)
|
||||
# Require all requested packages to exist
|
||||
$(call enforce-product-packages-exist-internal,$(wildcard device/*/$(LINEAGE_BUILD)/$(TARGET_PRODUCT).mk),product_manifest.xml rild Calendar Launcher3 Launcher3Go Launcher3QuickStep Launcher3QuickStepGo android.hidl.memory@1.0-impl.vendor vndk_apex_snapshot_package)
|
||||
endif
|
||||
|
||||
# Bootanimation
|
||||
TARGET_SCREEN_WIDTH ?= 1080
|
||||
|
|
Loading…
Reference in a new issue