forked from twrpdtgen/android_device_xiaomi_plato
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathomni_plato.mk
35 lines (26 loc) · 1.06 KB
/
omni_plato.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
# Copyright (C) 2023 SebaUbuntu's TWRP device tree generator
#
# 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 some common Omni stuff.
$(call inherit-product, vendor/omni/config/common.mk)
# Get the prebuilt list of APNs
$(call inherit-product, vendor/omni/config/gsm.mk)
# Inherit from plato device
$(call inherit-product, device/xiaomi/plato/device.mk)
# must be before including omni part
TARGET_BOOTANIMATION_SIZE := 1080p
PRODUCT_DEVICE := plato
PRODUCT_NAME := omni_plato
PRODUCT_BRAND := Xiaomi
PRODUCT_MODEL := 22071212AG
PRODUCT_MANUFACTURER := xiaomi
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="plato-user 12 SP1A.210812.016 V13.0.5.0.SLQIDXM release-keys"
BUILD_FINGERPRINT := Xiaomi/plato_id/plato:12/SP1A.210812.016/V13.0.5.0.SLQIDXM:user/release-keys