-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheverest_redwood.mk
48 lines (37 loc) · 1.46 KB
/
everest_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
45
46
47
48
#
# 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)
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/everest/config/common_full_phone.mk)
# Device props
TARGET_SUPPORTS_BLUR := true
TARGET_SUPPORTS_QUICK_TAP := true
TARGET_FACE_UNLOCK_SUPPORTED := true
TARGET_DISABLE_EPPE := true
TARGET_SUPPORTS_NEXT_GEN_ASSISTANT := true
# Boot Animation Resolution
TARGET_BOOT_ANIMATION_RES := 1080
# Everest Maintainer Stuff
EVEREST_BUILD_TYPE := OFFICIAL
EVEREST_MAINTAINER := Rushi
PRODUCT_BRAND := POCO
PRODUCT_DEVICE := redwood
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_MODEL := 22101320G
PRODUCT_NAME := everest_redwood
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
PRODUCT_SYSTEM_NAME := redwood_global
PRODUCT_SYSTEM_DEVICE := redwood
PRODUCT_BUILD_PROP_OVERRIDES += \
BuildDesc=$(call normalize-path-list, "redwood_global-user 14 UKQ1.231003.002 V816.0.8.0.UMSMIXM release-keys") \
DeviceName=$(PRODUCT_SYSTEM_DEVICE) \
DeviceProduct=$(PRODUCT_SYSTEM_NAME)
# Set BUILD_FINGERPRINT variable to be picked up by both system and vendor build.prop
BUILD_FINGERPRINT := POCO/redwood_global/redwood:14/UKQ1.231003.002/V816.0.8.0.UMSMIXM:user/release-keys