forked from hraj9258/twrp_caihong
-
Notifications
You must be signed in to change notification settings - Fork 0
/
device.mk
43 lines (36 loc) · 884 Bytes
/
device.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
# Dynamic partitions
PRODUCT_USE_DYNAMIC_PARTITIONS := true
# A/B
ENABLE_VIRTUAL_AB := true
AB_OTA_UPDATER := true
AB_OTA_PARTITIONS += \
init_boot \
boot \
dtbo \
system \
system_ext \
product \
vendor \
vendor_boot \
odm \
vbmeta \
vbmeta_system
# Fastboot
PRODUCT_PACKAGES += \
fastbootd
# Recovery libs
TARGET_RECOVERY_DEVICE_MODULES += \
libion
RECOVERY_LIBRARY_SOURCE_FILES += \
$(TARGET_OUT_SHARED_LIBRARIES)/libion.so
# Platform
PLATFORM_VERSION := 99.87.36
PLATFORM_SECURITY_PATCH := 2127-12-31
PLATFORM_VERSION_LAST_STABLE := $(PLATFORM_VERSION)
VENDOR_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
BOOT_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
PRODUCT_PACKAGES += \
qcom_decrypt \
qcom_decrypt_fbe