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:
committed by
Michael Bestas
parent
39392c99e1
commit
9d9d16f921
@@ -100,8 +100,10 @@ PRODUCT_MINIMIZE_JAVA_DEBUG_INFO := true
|
|||||||
# Disable vendor restrictions
|
# Disable vendor restrictions
|
||||||
PRODUCT_RESTRICT_VENDOR_FILES := false
|
PRODUCT_RESTRICT_VENDOR_FILES := false
|
||||||
|
|
||||||
|
ifneq ($(TARGET_DISABLE_EPPE),true)
|
||||||
# Require all requested packages to exist
|
# 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)
|
$(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
|
# Bootanimation
|
||||||
TARGET_SCREEN_WIDTH ?= 1080
|
TARGET_SCREEN_WIDTH ?= 1080
|
||||||
|
Reference in New Issue
Block a user