lisa: Include MiuiCamera
Change-Id: I3154d9328fbcd17a25c88ab6c932af171c98f625
This commit is contained in:
parent
7acd7e8f16
commit
e1380e6f24
@ -40,5 +40,8 @@ BOARD_DTBOIMG_PARTITION_SIZE := 25165824
|
|||||||
# Properties
|
# Properties
|
||||||
TARGET_ODM_PROP += $(DEVICE_PATH)/odm.prop
|
TARGET_ODM_PROP += $(DEVICE_PATH)/odm.prop
|
||||||
|
|
||||||
|
# Inherit MiuiCamera Makefile
|
||||||
|
-include vendor/xiaomi/miuicamera-$(PRODUCT_DEVICE)/BoardConfig.mk
|
||||||
|
|
||||||
# Include proprietary files
|
# Include proprietary files
|
||||||
include vendor/xiaomi/lisa/BoardConfigVendor.mk
|
include vendor/xiaomi/lisa/BoardConfigVendor.mk
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
# Inherit from sm8350-common
|
# Inherit from sm8350-common
|
||||||
$(call inherit-product, device/xiaomi/sm8350-common/common.mk)
|
$(call inherit-product, device/xiaomi/sm8350-common/common.mk)
|
||||||
|
|
||||||
# Camera
|
# Inherit MiuiCamera Makefile
|
||||||
$(call inherit-product-if-exists, vendor/xiaomi/miuicamera-lisa/BoardConfig.mk)
|
$(call inherit-product, vendor/xiaomi/miuicamera-lisa/device.mk)
|
||||||
|
|
||||||
# Overlays
|
# Overlays
|
||||||
DEVICE_PACKAGE_OVERLAYS += \
|
DEVICE_PACKAGE_OVERLAYS += \
|
||||||
|
Loading…
Reference in New Issue
Block a user