-
Notifications
You must be signed in to change notification settings - Fork 0
/
superior_redwood.mk
44 lines (35 loc) · 1.34 KB
/
superior_redwood.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
38
39
40
41
42
43
44
#
# Copyright (C) 2023 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 redwood device
$(call inherit-product, device/xiaomi/redwood/device.mk)
# Superior flags
TARGET_FACE_UNLOCK_SUPPORTED := true
TARGET_INCLUDE_PIXEL_CHARGER := true
BUILD_WITH_GAPPS := true
TARGET_CORE_GMS := true
USE_QUICKPIC := true
USE_MOTO_CALCULATOR := true
USE_DUCKDUCKGO := true
TARGET_SUPPORTS_BLUR := true
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/superior/config/common.mk)
PRODUCT_BRAND := POCO
PRODUCT_DEVICE := redwood
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_MODEL := 22101320G
PRODUCT_NAME := superior_redwood
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
PRODUCT_SYSTEM_NAME := redwood_global
PRODUCT_SYSTEM_DEVICE := redwood
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="redwood_global-user 13 TKQ1.221114.001 V14.0.4.0.TMSMIXM release-keys" \
TARGET_DEVICE=$(PRODUCT_SYSTEM_DEVICE) \
TARGET_PRODUCT=$(PRODUCT_SYSTEM_NAME)
# Set BUILD_FINGERPRINT variable to be picked up by both system and vendor build.prop
BUILD_FINGERPRINT := POCO/redwood_global/redwood:13/TKQ1.221114.001/V14.0.4.0.TMSMIXM:user/release-keys