bash: add to TWRP

Change-Id: Ie1826df01ad5fe2480e96d56b2c4fd1c91449cc2
This commit is contained in:
DarthJabba9
2021-02-20 17:13:09 -05:00
committed by bigbiff
parent 11e90832d3
commit fba0cee8ed
2 changed files with 30 additions and 0 deletions
+8
View File
@@ -139,6 +139,7 @@ ifeq ($(TW_OEM_BUILD),true)
TW_EXCLUDE_MTP := true
TW_EXCLUDE_TZDATA := true
TW_EXCLUDE_NANO := true
TW_EXCLUDE_BASH := true
endif
ifeq ($(AB_OTA_UPDATER),true)
@@ -423,6 +424,13 @@ TWRP_REQUIRED_MODULES += \
nano.rc
endif
ifneq ($(TW_EXCLUDE_BASH), true)
ifneq ($(wildcard external/bash/.),)
TWRP_REQUIRED_MODULES += \
bash_twrp
endif
endif
ifeq ($(TW_INCLUDE_REPACKTOOLS), true)
TWRP_REQUIRED_MODULES += \
magiskboot