haydn: Include Leica Camera if exists
This commit is contained in:
parent
fec4577985
commit
ff387f137d
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue