replace "reboot bootloader" with "reboot download"

This commit is contained in:
marc0601 2018-07-02 21:16:33 +02:00
parent 89e6a1f6e9
commit 5caf75f56e

View File

@ -32,6 +32,8 @@ BOARD_USES_MMCUTILS := true
BOARD_SUPPRESS_EMMC_WIPE := true
TW_EXCLUDE_SUPERSU := true
TW_INPUT_BLACKLIST := "hbtp_vm"
TW_HAS_DOWNLOAD_MODE := true
TW_NO_REBOOT_BOOTLOADER := true
include $(LOCAL_PATH)/kernel.mk
include device/generic/twrpbuilder/BoardConfig32.mk