sweet: Inherit from sm6150-common

This commit is contained in:
AdarshGrewal 2021-07-10 16:47:56 +05:30 committed by AdarshGrewal
parent 892b61d6ad
commit 089bc8c331
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,9 @@
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from sm6150-common
include device/xiaomi/sm6150-common/BoardConfigCommon.mk
DEVICE_PATH := device/xiaomi/sweet
# Kernel

View File

@ -10,6 +10,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Inherit from sm6150-common
$(call inherit-product, device/xiaomi/sm6150-common/sm6150.mk)
# API level, the device has been commercially launched on
PRODUCT_SHIPPING_API_LEVEL := 30