Compare commits

...

1 commit

Author SHA1 Message Date
AdarshGrewal
ff387f137d haydn: Include Leica Camera if exists 2025-04-07 23:34:44 +00:00
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)