android_vendor_crdroid/config/twrp.mk
Michael Bestas beb05c82a3 config: Set some default TWRP flags
When WITH_TWRP=true is set:
* Set recovery variant to TWRP, it should be synced
  under bootable/recovery-twrp in Lineage
* Exclude SuperSU, we have our own su solution

Change-Id: I5e5e6f2b42282c4666cdc013405a1488a9c6341d
2017-07-28 16:27:22 +00:00

3 lines
52 B
Makefile

RECOVERY_VARIANT := twrp
TW_EXCLUDE_SUPERSU := true