land: Inherit from Lineage vendor
This commit is contained in:
parent
7fe9e9794f
commit
7f24566e7f
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||||
|
|
||||||
# Inherit some common Lineage stuff
|
# Inherit some common Lineage stuff
|
||||||
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||||
|
|
||||||
# Inherit from land device
|
# Inherit from land device
|
||||||
$(call inherit-product, device/xiaomi/land/device.mk)
|
$(call inherit-product, $(LOCAL_PATH)/device.mk)
|
||||||
|
|
||||||
PRODUCT_BRAND := Xiaomi
|
PRODUCT_BRAND := Xiaomi
|
||||||
PRODUCT_DEVICE := land
|
PRODUCT_DEVICE := land
|
||||||
|
|
Loading…
Reference in a new issue