-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathtwrp_elish.mk
More file actions
40 lines (32 loc) · 1.16 KB
/
Copy pathtwrp_elish.mk
File metadata and controls
40 lines (32 loc) · 1.16 KB
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
#
# Copyright (C) 2023 The Android Open Source Project
# Copyright (C) 2023 SebaUbuntu's TWRP device tree generator
#
# SPDX-License-Identifier: Apache-2.0
#
# Release name
PRODUCT_RELEASE_NAME := elish
# 引用默认的编译配置文件,core_64_bit必须先于其他引用,否则不生效
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
# Enable virtual A/B OTA
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
# Installs gsi keys into ramdisk, to boot a developer GSI with verified boot.
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
# Inherit from elish device
$(call inherit-product, device/xiaomi/elish/device.mk)
# Inherit some common TWRP stuff.
$(call inherit-product, vendor/twrp/config/common.mk)
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := elish
PRODUCT_NAME := twrp_elish
PRODUCT_BRAND := Xiaomi
PRODUCT_MODEL := Xiaomi Pad 5 Pro
PRODUCT_MANUFACTURER := Xiaomi
# Display
#TARGET_SCREEN_DENSITY := 360
#TARGET_SCREEN_HEIGHT := 2560
#TARGET_SCREEN_WIDTH := 1600
#TW_X_OFFSET := 160
#TW_W_OFFSET := -320
TW_FRAMERATE := 120