sweet: inherit the proprietary vendor

This commit is contained in:
AdarshGrewal 2021-07-10 16:44:10 +05:30 committed by AdarshGrewal
parent b75a011b8c
commit 68c442c7ef
2 changed files with 6 additions and 0 deletions

View File

@ -5,3 +5,6 @@
#
DEVICE_PATH := device/xiaomi/sweet
# Inherit from proprietary files
include vendor/xiaomi/sweet/BoardConfigVendor.mk

View File

@ -7,3 +7,6 @@
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Call the proprietary setup
$(call inherit-product, vendor/xiaomi/sweet/sweet-vendor.mk)