-
Notifications
You must be signed in to change notification settings - Fork 5
/
twrp_markw.mk
32 lines (26 loc) · 1021 Bytes
/
twrp_markw.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
#
# Copyright (C) 2022 Team Win Recovery Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from markw device
$(call inherit-product, device/xiaomi/markw/device.mk)
# Inherit some common twrp stuff.
$(call inherit-product, vendor/twrp/config/common.mk)
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
$(call inherit-product-if-exists, $(SRC_TARGET_DIR)/product/embedded.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# Copy Logo
PRODUCT_COPY_FILES += \
device/xiaomi/markw/splashlogo.png:recovery/root/twres/images/splashlogo.png
# Release name
PRODUCT_RELEASE_NAME := markw
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := markw
PRODUCT_NAME := twrp_markw
PRODUCT_BRAND := Xiaomi
PRODUCT_MODEL := Redmi 4 Prime
PRODUCT_MANUFACTURER := Xiaomi