From 78902c8026fec081b5d84aa9ffb7e5a589cd0c00 Mon Sep 17 00:00:00 2001 From: kamikaonashi Date: Fri, 10 May 2024 18:47:41 +0200 Subject: [PATCH] stone: inherit Viper4FX if package exists --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index 7a93d1f..9b8a753 100644 --- a/device.mk +++ b/device.mk @@ -7,6 +7,9 @@ # Call the MiuiCamera setup $(call inherit-product-if-exists, vendor/xiaomi/stone-miuicamera/miuicamera.mk) +# Call the ViperFX Config +$(call inherit-product-if-exists, packages/apps/ViPER4AndroidFX/config.mk) + # Enable project quotas and casefolding for emulated storage without sdcardfs $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)