-
Notifications
You must be signed in to change notification settings - Fork 3
/
twrp_X5.mk
48 lines (36 loc) · 1.25 KB
/
twrp_X5.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# Copyright (C) 2023 The Android Open Source Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
# Inherit some common TWRP stuff.
$(call inherit-product, vendor/twrp/config/common.mk)
PRODUCT_DEVICE := X5
PRODUCT_NAME := twrp_X5
PRODUCT_BRAND := DOOGEE
PRODUCT_MODEL := X5
PRODUCT_MANUFACTURER := DOOGEE
PRODUCT_SHIPPING_API_LEVEL := 30
# Dynamic Partition
PRODUCT_USE_DYNAMIC_PARTITIONS := true
# Fastbootd
PRODUCT_PACKAGES += \
# Health HAL
PRODUCT_PACKAGES += \
# Gatekeeper
PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
$(OUT_DIR)/target/product/X5/vendor/bin/hw/[email protected]:$(TARGET_COPY_OUT_RECOVERY)/root/system/bin/[email protected]
# Additional Libraries
TARGET_RECOVERY_DEVICE_MODULES += \
libkeymaster4 \
libpuresoftkeymasterdevice
RECOVERY_LIBRARY_SOURCE_FILES += \
$(TARGET_OUT_SHARED_LIBRARIES)/libkeymaster4.so \
$(TARGET_OUT_SHARED_LIBRARIES)/libpuresoftkeymasterdevice.so