summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-07-09 20:20:53 +0200
committerDees Troy <dees_troy@teamw.in>2015-07-14 16:54:04 +0200
commitb81d90516555d5bca585577ba555b20e1c14cace (patch)
tree8e2a3de955bb8b0c573098883a9030d997cc2159 /Android.mk
parentMake system read only show no matter what on first TWRP boot (diff)
downloadandroid_bootable_recovery-b81d90516555d5bca585577ba555b20e1c14cace.tar
android_bootable_recovery-b81d90516555d5bca585577ba555b20e1c14cace.tar.gz
android_bootable_recovery-b81d90516555d5bca585577ba555b20e1c14cace.tar.bz2
android_bootable_recovery-b81d90516555d5bca585577ba555b20e1c14cace.tar.lz
android_bootable_recovery-b81d90516555d5bca585577ba555b20e1c14cace.tar.xz
android_bootable_recovery-b81d90516555d5bca585577ba555b20e1c14cace.tar.zst
android_bootable_recovery-b81d90516555d5bca585577ba555b20e1c14cace.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 664c487e8..c1365e70a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -382,6 +382,12 @@ ifneq ($(TARGET_RECOVERY_DEVICE_MODULES),)
endif
LOCAL_CFLAGS += -DTWRES=\"$(TWRES_PATH)\"
LOCAL_CFLAGS += -DTWHTCD_PATH=\"$(TWHTCD_PATH)\"
+ifeq ($(TW_INCLUDE_NTFS_3G),true)
+ LOCAL_ADDITIONAL_DEPENDENCIES += \
+ ntfs-3g \
+ ntfsfix \
+ mkntfs
+endif
include $(BUILD_EXECUTABLE)