-
Notifications
You must be signed in to change notification settings - Fork 0
/
twrp_dagu.mk
executable file
·33 lines (26 loc) · 1.04 KB
/
twrp_dagu.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
#
# 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 := dagu
# 引用默认的编译配置文件,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 dagu device
$(call inherit-product, device/xiaomi/dagu/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 := dagu
PRODUCT_NAME := twrp_dagu
PRODUCT_BRAND := Xiaomi
PRODUCT_MODEL := 22021281AC
PRODUCT_MANUFACTURER := Xiaomi
#PRODUCT_RELEASE_NAME := Xiaomi Pad 5 Pro 12.4