-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtwrp_doha.mk
More file actions
35 lines (28 loc) · 1.17 KB
/
twrp_doha.mk
File metadata and controls
35 lines (28 loc) · 1.17 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
#
# Copyright (C) 2025 The Android Open Source Project
# Copyright (C) 2025 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)
$(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)
# Inherit from our custom product configuration
$(call inherit-product, vendor/twrp/config/common.mk)
# Release name
PRODUCT_RELEASE_NAME := doha
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := doha
PRODUCT_NAME := twrp_doha
PRODUCT_BRAND := motorola
PRODUCT_MODEL := moto g(8) plus
PRODUCT_MANUFACTURER := motorola
TARGET_VENDOR_PRODUCT_NAME := doha
TARGET_VENDOR_DEVICE_NAME := doha