forked from hraj9258/twrp_caihong
-
Notifications
You must be signed in to change notification settings - Fork 0
/
twrp_caihong.mk
27 lines (19 loc) · 879 Bytes
/
twrp_caihong.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
DEVICE_PATH := device/oneplus/caihong
# 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)
# Enable Project Quotas and Case Folding
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
# Inherit from munch device
$(call inherit-product, $(DEVICE_PATH)/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 := caihong
PRODUCT_NAME := twrp_caihong
PRODUCT_BRAND := OnePlus
PRODUCT_MODEL := OPD2403
PRODUCT_MANUFACTURER := OnePlus