-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathtwrp_munch.mk
28 lines (22 loc) · 882 Bytes
/
twrp_munch.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
#
# Copyright (C) 2022 The Android Open Source Project
# Copyright (C) 2022 SebaUbuntu's TWRP device tree generator
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
# Inherit from this product for devices that support only 64-bit apps using:
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
# Enable virtual A/B OTA
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
# Inherit from munch device
$(call inherit-product, device/xiaomi/munch/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 := munch
PRODUCT_NAME := twrp_munch
PRODUCT_BRAND := POCO
PRODUCT_MODEL := POCO F4
PRODUCT_MANUFACTURER := xiaomi