diff options
| author | Moyster <oysterized@gmail.com> | 2017-05-25 13:07:02 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2017-05-25 13:45:05 +0200 |
| commit | 35bb8acf49345060806860f7c81c49cbd28ed04e (patch) | |
| tree | 77e7223972550d7d5d37ea7974e4bf06759dae4a /RecoveryConfig.mk | |
| parent | 8af368e41a2d6d237b15189e4cf757548290c160 (diff) | |
twrp: include ntfs / exclude superSu embed / add misc to twrp.fstab as well
Diffstat (limited to 'RecoveryConfig.mk')
| -rw-r--r-- | RecoveryConfig.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RecoveryConfig.mk b/RecoveryConfig.mk index ff7c469..22f3bb4 100644 --- a/RecoveryConfig.mk +++ b/RecoveryConfig.mk @@ -13,6 +13,8 @@ TW_NO_REBOOT_BOOTLOADER := true TW_USE_MODEL_HARDWARE_ID_FOR_DEVICE_ID := true TW_USE_TOOLBOX := true +TW_INCLUDE_NTFS_3G := true +TW_EXCLUDE_SUPERSU := true #M2Note: Flip the screen 180deg BOARD_HAS_FLIPPED_SCREEN := true |
