-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkomodo_sweet.mk
37 lines (29 loc) · 1.08 KB
/
komodo_sweet.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
# Inherit common products
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit device configurations
$(call inherit-product, device/xiaomi/sweet/device.mk)
# Inherit common AOSP configurations
$(call inherit-product, vendor/komodo/config/common_full_phone.mk)
TARGET_BOOT_ANIMATION_RES := 1080
USE_PIXEL_CHARGING := true
TARGET_USES_BLUR := true
TARGET_GAPPS_ARCH := arm64
TARGET_SUPPORTS_QUICK_TAP := true
PRODUCT_NAME := komodo_sweet
PRODUCT_DEVICE := sweet
PRODUCT_BRAND := Redmi
PRODUCT_MODEL := Redmi Note 10 Pro
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="raven-user 12 SP2A.220405.004 8233519 release-keys"
BUILD_FINGERPRINT := google/raven/raven:12/SP2A.220405.004/8233519:user/release-keys
# Komodo Stuff
KOMODO_OFFICIAL := true
KOMODO_GAPPS_TYPE := nogapps
KOMODO_VARIANT := RELEASE
# Google Assistant
TARGET_SUPPORTS_NEXT_GEN_ASSISTANT := true
# Google Recorder
TARGET_SUPPORTS_GOOGLE_RECORDER := true