haydn: Include Leica Camera if exists

This commit is contained in:
AdarshGrewal 2023-08-23 14:35:26 +03:00 committed by DigiGoon
parent fec4577985
commit ff387f137d
2 changed files with 6 additions and 0 deletions

View file

@ -42,3 +42,6 @@ TARGET_QTI_VIBRATOR_USE_EFFECT_STREAM := true
# Include proprietary files
include vendor/xiaomi/haydn/BoardConfigVendor.mk
# Inherit from proprietary files for Leica Camera
-include vendor/xiaomi/haydn-miuicamera/products/board.mk

View file

@ -47,3 +47,6 @@ PRODUCT_SOONG_NAMESPACES += \
# Call the proprietary setup
$(call inherit-product, vendor/xiaomi/haydn/haydn-vendor.mk)
# Call the Leica Camera setup
$(call inherit-product-if-exists, vendor/xiaomi/haydn-miuicamera/products/miuicamera.mk)