-
Notifications
You must be signed in to change notification settings - Fork 2
/
twrp_OP4EA7.mk
29 lines (24 loc) · 985 Bytes
/
twrp_OP4EA7.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
#
# Copyright (C) 2021 The Android Open Source Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from those products. Most specific first.
$(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)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
# Inherit from OP4EA7 device
$(call inherit-product, device/oppo/OP4EA7/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 := OP4EA7
PRODUCT_NAME := twrp_OP4EA7
PRODUCT_BRAND := OPPO
PRODUCT_MODEL := PDRM00
PRODUCT_MANUFACTURER := OPPO
# Enable Dynamic Partition
PRODUCT_USE_DYNAMIC_PARTITIONS := true