From 57815c8e637a9393b189961758a6bb2976b22e5b Mon Sep 17 00:00:00 2001 From: Aseem Athale Date: Thu, 18 Nov 2021 13:55:37 +0530 Subject: [PATCH] hiphi: Remove TW_USE_TOOLBOX Toolbox has long been the default in TWRP, this flag is no longer needed or used. In fact, it is automatically assumed true, unless you specifically specify TW_FORCE_USE_BUSYBOX. Change-Id: If19d67f9377481e522a488364bd881c5fb389611 Signed-off-by: 7Soldier --- BoardConfig.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 33effcd..f25f3d0 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -95,5 +95,4 @@ TW_THEME := portrait_hdpi TW_EXTRA_LANGUAGES := true TW_SCREEN_BLANK_ON_BOOT := true TW_INPUT_BLACKLIST := "hbtp_vm" -TW_USE_TOOLBOX := true TW_INCLUDE_REPACKTOOLS := true