-
Notifications
You must be signed in to change notification settings - Fork 1
/
lineage_X00R.mk
37 lines (28 loc) · 1.21 KB
/
lineage_X00R.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
32
33
34
35
36
37
#
# 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 from X00R device
$(call inherit-product, device/asus/X00R/device.mk)
# Inherit some common LineageOS stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Set shipping API level
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o.mk)
# Device identifiers.
PRODUCT_NAME := lineage_X00R
PRODUCT_DEVICE := X00R
PRODUCT_MANUFACTURER := asus
PRODUCT_BRAND := asus
PRODUCT_MODEL := ASUS_X00RD
PRODUCT_GMS_CLIENTID_BASE := android-asus
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_DEVICE=ASUS_X00RD \
PRODUCT_NAME=ZA550KL
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="msm8937_64-user 10 QKQ1.191002.002.WW_Phone-17.07.2003.405-20200330 17.07.2003.405-20200330 release-keys"
# Set BUILD_FINGERPRINT variable to be picked up by both system and vendor build.prop
BUILD_FINGERPRINT := msm8937_64-user-10-QKQ1.191002.002.WW_Phone-17.07.2003.405-20200330-17.07.2003.405-20200330-release-keys