-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathancient_violet.mk
36 lines (27 loc) · 1009 Bytes
/
ancient_violet.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
#
# Copyright (C) 2019-2020 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from violet device
$(call inherit-product, device/xiaomi/violet/device.mk)
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/ancient/config/common_full_phone.mk)
# Device identifier. This must come after all inclusions.
PRODUCT_NAME := ancient_violet
PRODUCT_DEVICE := violet
PRODUCT_BRAND := Xiaomi
PRODUCT_MODEL := Redmi Note 7 Pro
PRODUCT_MANUFACTURER := Xiaomi
#Maintainer
PRODUCT_PROPERTY_OVERRIDES += \
ro.ancient.maintainer=Karthik Lal
BUILD_FINGERPRINT := "google/redfin/redfin:11/RD1A.201105.003.C1/6886399:user/release-keys"
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="violet-user 9 PKQ1.181203.001 V11.0.8.0.PFHINXM release-keys" \
PRODUCT_NAME="violet"
PRODUCT_PROPERTY_OVERRIDES += \
ro.build.fingerprint=google/redfin/redfin:11/RD1A.201105.003.C1/6886399:user/release-keys
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
# Vanilla
ANCIENT_NOGAPPS=true