-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdroidx_topaz.mk
35 lines (28 loc) · 887 Bytes
/
droidx_topaz.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
#
# Copyright (C) 2023 The Android Open Source Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from 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/droidx/config/common_full_phone.mk)
# Inherit from topaz device.
$(call inherit-product, device/xiaomi/topaz/device.mk)
# Flags rom
TARGET_BOOT_ANIMATION_RES := 1080
TARGET_FACE_UNLOCK_SUPPORTED := true
TARGET_USES_BLUR := true
USE_PIXEL_CHARGING := true
TARGET_SUPPORTS_QUICK_TAP := true
# Device identifier
PRODUCT_NAME := droidx_topaz
PRODUCT_DEVICE := topaz
PRODUCT_BRAND := Redmi
PRODUCT_MODEL := Redmi Note 12 4G
PRODUCT_MANUFACTURER := Xiaomi
# GMS
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
#DROIDX
DROIDX_GAPPS := true