From 17cdd72eb70a8d3e4703be675d5789f180da37d6 Mon Sep 17 00:00:00 2001 From: rmp22 <195054967+rmp22@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:49:04 +0800 Subject: [PATCH] Add option to ship viperfx Change-Id: I35cea2206d098a53e03c54f462b59db991c891bb Signed-off-by: rmp22 <195054967+rmp22@users.noreply.github.com> --- config/common.mk | 3 +++ 1 file changed, 3 insertions(+) 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))