config: common: remove EPPE
Change-Id: I9aa40c4de4788140493dd4aad2b72ea34b21bfbe
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/config/common.mk b/config/common.mk
index cd55a6e..e49f662 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -9,11 +9,6 @@
# If not set, default to true
SHIFT_BUILD_WITH_GMS ?= true
-# Throw error if packages which do not exist are requested
-ifeq ($(TARGET_ENABLE_EPPE),true)
-$(call enforce-product-packages-exist-internal,$(wildcard device/*/$(TARGET_PRODUCT)/$(TARGET_PRODUCT).mk),)
-endif
-
# Boot and Shutdown animations
include vendor/shiftos/config/bootanimation.mk