Add option to ship viperfx

Change-Id: I35cea2206d098a53e03c54f462b59db991c891bb
Signed-off-by: rmp22 <195054967+rmp22@users.noreply.github.com>
This commit is contained in:
rmp22
2025-02-25 08:49:04 +08:00
committed by Joey
parent 0cdfe18b28
commit 17cdd72eb7

View File

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