diff --git a/config/common.mk b/config/common.mk index 6bd8c39f..ff2f0bd7 100644 --- a/config/common.mk +++ b/config/common.mk @@ -2,6 +2,9 @@ $(call inherit-product-if-exists, vendor/extra/product.mk) $(call inherit-product, vendor/lineage/config/evolution.mk) $(call inherit-product, vendor/extras/evolution.mk) +ifeq ($(TARGET_INCLUDE_VIPERFX),true) +$(call inherit-product, packages/apps/ViPER4AndroidFX/config.mk) +endif # Allow vendor prebuilt repos to exclude themselves from bp scanning -include $(sort $(wildcard vendor/*/*/exclude-bp.mk))