Skip to content

Commit

Permalink
Su is already removed from the twrp source itself
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyneteve authored Aug 11, 2018
1 parent f82dd31 commit ea4717a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/github/twrpbuilder/mkTree/MakeTree.java
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ private String getBoardData(String type) {
"BOARD_RECOVERY_SWIPE := true\n" +
"BOARD_USES_MMCUTILS := true\n" +
"BOARD_SUPPRESS_EMMC_WIPE := true\n"
+ "TW_EXCLUDE_SUPERSU := true\n"
+ "TW_INPUT_BLACKLIST := \"hbtp_vm\"\n";
if (landscape) {
idata += "TW_THEME := landscape_hdpi\n";
Expand Down

0 comments on commit ea4717a

Please sign in to comment.