-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlineage_lisa.mk
23 lines (18 loc) · 938 Bytes
/
lineage_lisa.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit some common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit from lisa device
$(call inherit-product, $(LOCAL_PATH)/device.mk)
PRODUCT_BRAND := xiaomi
PRODUCT_DEVICE := lisa
PRODUCT_MANUFACTURER := xiaomi
PRODUCT_NAME := lineage_lisa
PRODUCT_MODEL := Xiaomi 11 Lite 5G NE
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
TARGET_VENDOR := xiaomi
TARGET_VENDOR_PRODUCT_NAME := lisa
PRODUCT_BUILD_PROP_OVERRIDES += PRIVATE_BUILD_DESC="missi_phone_global-user 13 TKQ1.220829.002 V14.0.2.0.TKOMIXM release-keys"
# Set BUILD_FINGERPRINT variable to be picked up by both system and vendor build.prop
BUILD_FINGERPRINT := Xiaomi/lisa_global/lisa:13/RKQ1.211001.001/V14.0.2.0.TKOMIXM:user/release-keys