diff options
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 79d77480e..57bab353d 100644 --- a/Android.mk +++ b/Android.mk @@ -307,7 +307,9 @@ endif ifeq ($(TW_INCLUDE_JB_CRYPTO), true) include $(commands_recovery_local_path)/crypto/fs_mgr/Android.mk endif - +ifeq ($(BUILD_ID), GINGERBREAD) + TW_NO_EXFAT := true +endif ifneq ($(TW_NO_EXFAT), true) include $(commands_recovery_local_path)/exfat/exfat-fuse/Android.mk \ $(commands_recovery_local_path)/exfat/mkfs/Android.mk \ |