-
Notifications
You must be signed in to change notification settings - Fork 0
/
aosp_violet.mk
44 lines (33 loc) · 1.07 KB
/
aosp_violet.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
#
# Copyright (C) 2019-2020 The LineageOS Project
# Copyright (C) 2021-2022 Project Elixir
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from violet device
$(call inherit-product, device/xiaomi/violet/device.mk)
# Inherit some common ROM stuff.
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
# Inherit ANX Camera
$(call inherit-product, vendor/ANXCamera/config.mk)
# Bootanimation Resolution
TARGET_BOOT_ANIMATION_RES := 1080
TARGET_SUPPORTS_QUICK_TAP := true
# Charging Animation
TARGET_INCLUDE_PIXEL_CHARGER := true
# Device identifier. This must come after all inclusions.
PRODUCT_NAME := aosp_violet
PRODUCT_DEVICE := violet
PRODUCT_BRAND := Xiaomi
PRODUCT_MODEL := Redmi Note 7 Pro
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME="violet"
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
IS_PHONE := true
CUSTOM_BUILD_TYPE := OFFICIAL
TARGET_SUPPORTS_GOOGLE_RECORDER := true
TARGET_INCLUDE_STOCK_ACORE := false
TARGET_INCLUDE_LIVE_WALLPAPERS := false
TARGET_FACE_UNLOCK_SUPPORTED := true
TARGET_SUPPORTS_CALL_RECORDING := true