-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcherish_marble.mk
50 lines (40 loc) · 1.21 KB
/
cherish_marble.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
49
50
#
# 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 CherishOS stuff.
TARGET_DISABLE_EPPE := true
$(call inherit-product, vendor/cherish/config/common_full_phone.mk)
# Inherit from marble device.
$(call inherit-product, device/xiaomi/marble/device.mk)
# CherishOS stuff.
TARGET_BOOT_ANIMATION_RES := 1080
TARGET_INCLUDE_LIVE_WALLPAPERS := true
TARGET_SUPPORTS_QUICK_TAP := true
TARGET_ENABLE_BLUR := true
# CherishOS Build.
CHERISH_BUILD_TYPE=OFFICIAL
WITH_GMS := true
#CHERISH_VANILLA := true
#TARGET_USES_PICO_GAPPS := true
TARGET_USES_MINI_GAPPS := true
#USE_PIXEL_CHARGING := true
#TARGET_INCLUDE_CARRIER_SETTINGS := true
# Cherish props
CHERISH_MAINTAINER := JYR_RC
CHERISH_CHIPSET := SM7475
CHERISH_BATTERY := 5000mAh
CHERISH_DISPLAY := 1080x2400
# Nuke AudioFX
TARGET_EXCLUDES_AUDIOFX := true
# Device identifier
PRODUCT_BRAND := Xiaomi
PRODUCT_DEVICE := marble
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_NAME := cherish_marble
# GMS
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi