land: Inherit from Lineage vendor

This commit is contained in:
Luca Stefani 2017-08-19 13:17:46 +02:00 committed by Isaac Chen
parent 7fe9e9794f
commit 7f24566e7f

View file

@ -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