summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorVojtech Bocek <vbocek@gmail.com>2013-02-24 01:40:19 +0100
committerDees_Troy <dees_troy@teamw.in>2013-02-27 22:59:21 +0100
commit7cc278bb99ad9c9ea540a3e096592d5586e4c986 (patch)
treee4d8665c0aa4703c1fddfa69bdd119efd7da3d83 /Android.mk
parentfixes for fakeflash zips (diff)
downloadandroid_bootable_recovery-7cc278bb99ad9c9ea540a3e096592d5586e4c986.tar
android_bootable_recovery-7cc278bb99ad9c9ea540a3e096592d5586e4c986.tar.gz
android_bootable_recovery-7cc278bb99ad9c9ea540a3e096592d5586e4c986.tar.bz2
android_bootable_recovery-7cc278bb99ad9c9ea540a3e096592d5586e4c986.tar.lz
android_bootable_recovery-7cc278bb99ad9c9ea540a3e096592d5586e4c986.tar.xz
android_bootable_recovery-7cc278bb99ad9c9ea540a3e096592d5586e4c986.tar.zst
android_bootable_recovery-7cc278bb99ad9c9ea540a3e096592d5586e4c986.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
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 \