clover: Define first api level in the device tree instead in the common tree
All sdm660 xiaomi device didn't launched with oreo-mr1 and it will be easer for add other device (jason, lavender, nitrogen, platina, tulip and whyred) who didn't launched with oreo-mr1 in xiaomi-sdm660 org
This commit is contained in:
parent
0d72613529
commit
9aebc863de
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ $(call inherit-product, device/xiaomi/clover/device.mk)
|
|||
# Inherit some common Lineage stuff.
|
||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
|
||||
# Define first api level
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o_mr1.mk)
|
||||
|
||||
DEVICE_PATH := device/xiaomi/clover
|
||||
|
||||
# Device identifier
|
||||
|
|
Loading…
Reference in a new issue