From bc04e75f14bfa172e0749db314495846f6ab40ee Mon Sep 17 00:00:00 2001 From: rmp22 <195054967+rmp22@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:15:35 +0000 Subject: [PATCH] Add option to ship viperfx Change-Id: I35cea2206d098a53e03c54f462b59db991c891bb Signed-off-by: rmp22 <195054967+rmp22@users.noreply.github.com> --- config/mist.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/mist.mk b/config/mist.mk index 1560dd92..d88c4585 100644 --- a/config/mist.mk +++ b/config/mist.mk @@ -1,3 +1,7 @@ +ifeq ($(TARGET_INCLUDE_VIPERFX),true) +$(call inherit-product, packages/apps/ViPER4AndroidFX/config.mk) +endif + # Etc Packages PRODUCT_PACKAGES += \ GameSpace \