From 68c442c7efa68a58abd97b86af684a2782c53dcb Mon Sep 17 00:00:00 2001 From: AdarshGrewal Date: Sat, 10 Jul 2021 16:44:10 +0530 Subject: [PATCH] sweet: inherit the proprietary vendor --- BoardConfig.mk | 3 +++ device.mk | 3 +++ 2 files changed, 6 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 1ac84fc..a46a88b 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -5,3 +5,6 @@ # DEVICE_PATH := device/xiaomi/sweet + +# Inherit from proprietary files +include vendor/xiaomi/sweet/BoardConfigVendor.mk diff --git a/device.mk b/device.mk index 741323f..ecf9621 100644 --- a/device.mk +++ b/device.mk @@ -7,3 +7,6 @@ # Soong namespaces PRODUCT_SOONG_NAMESPACES += \ $(LOCAL_PATH) + +# Call the proprietary setup +$(call inherit-product, vendor/xiaomi/sweet/sweet-vendor.mk)