-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlineage_X00I.mk
31 lines (23 loc) · 1005 Bytes
/
lineage_X00I.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# 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 X00I device
$(call inherit-product, $(LOCAL_PATH)/device.mk)
PRODUCT_BRAND := asus
PRODUCT_DEVICE := X00I
PRODUCT_MANUFACTURER := asus
PRODUCT_NAME := lineage_X00I
PRODUCT_MODEL := ASUS_X00ID
PRODUCT_GMS_CLIENTID_BASE := android-asus
TARGET_VENDOR_PRODUCT_NAME := ASUS_X00ID
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="msm8937_64-user 9 PKQ1.181203.001 16.0200.1907.28-20190708 release-keys"
# Set BUILD_FINGERPRINT variable to be picked up by both system and vendor build.prop
BUILD_FINGERPRINT := asus/WW_Phone/ASUS_X00ID:9/PKQ1.181203.001/16.0200.1907.28-20190708:user/release-keys