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:
Nolen Johnson 2022-10-03 21:55:15 -04:00 committed by Michael Bestas
parent 39392c99e1
commit 9d9d16f921
No known key found for this signature in database
GPG key ID: CC95044519BE6669

View file

@ -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