-
Notifications
You must be signed in to change notification settings - Fork 0
/
twrp.mk
31 lines (22 loc) · 848 Bytes
/
twrp.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
###########################################################
### TWRP RECOVERY
###########################################################
TW_THEME := portrait_hdpi
TW_EXCLUDE_DEFAULT_USB_INIT := true
TARGET_RECOVERY_DEVICE_MODULES += init.recovery.usb.rc
BOARD_HAS_NO_REAL_SDCARD := true
RECOVERY_SDCARD_ON_DATA := true
TW_BRIGHTNESS_PATH := /sys/class/backlight/panel/brightness
TW_MAX_BRIGHTNESS := 255
TW_NO_REBOOT_BOOTLOADER := true
TW_HAS_DOWNLOAD_MODE := true
# Enable support for encrypted fs
TW_INCLUDE_CRYPTO := true
# The kernel has exfat support.
TW_NO_EXFAT_FUSE := true
# Such a life with 8 MB recovery partition.
TW_EXCLUDE_BASH := true
TW_EXCLUDE_TZDATA := true
# Relink some dependencies
TARGET_RECOVERY_DEVICE_MODULES += libion_exynos
TW_RECOVERY_ADDITIONAL_RELINK_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libion_exynos.so