forked from wadiehabib/device_xiaomi_rubens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
acme_rubens.mk
41 lines (29 loc) · 1.07 KB
/
acme_rubens.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
#
# Copyright (C) 2022 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 the AcmeUI configuration.
$(call inherit-product, vendor/acme/config/mobile.mk)
# Inherit from rubens device
$(call inherit-product, device/xiaomi/rubens/device.mk)
PRODUCT_DEVICE := rubens
PRODUCT_NAME := acme_rubens
PRODUCT_BRAND := Redmi
PRODUCT_MODEL := 22041211AC
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_CHARACTERISTICS := nosdcard
# Boot animation
TARGET_SCREEN_HEIGHT := 3200
TARGET_SCREEN_WIDTH := 1440
TARGET_BOOT_ANIMATION_RES := 1440
TARGET_SCREEN_DENSITY := 560
TARGET_SUPPORTS_QUICK_TAP := true
WITH_GMS := true
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="missi-user 12 SP1A.210812.016 V13.0.22.0.SLNCNXM release-keys"
BUILD_FINGERPRINT := Redmi/rubens/rubens:12/SP1A.210812.016/V13.0.22.0.SLNCNXM:user/release-keys