summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2015-12-10 18:54:28 +0100
committerEthan Yonker <dees_troy@teamw.in>2015-12-22 18:25:34 +0100
commit582949125c04eb79f83aaf3cf9dd620eeb54c807 (patch)
tree7c01e2708433a7d200c09e298968e5312fcad460 /Android.mk
parentImprove string resource lookup in twmsg (diff)
downloadandroid_bootable_recovery-582949125c04eb79f83aaf3cf9dd620eeb54c807.tar
android_bootable_recovery-582949125c04eb79f83aaf3cf9dd620eeb54c807.tar.gz
android_bootable_recovery-582949125c04eb79f83aaf3cf9dd620eeb54c807.tar.bz2
android_bootable_recovery-582949125c04eb79f83aaf3cf9dd620eeb54c807.tar.lz
android_bootable_recovery-582949125c04eb79f83aaf3cf9dd620eeb54c807.tar.xz
android_bootable_recovery-582949125c04eb79f83aaf3cf9dd620eeb54c807.tar.zst
android_bootable_recovery-582949125c04eb79f83aaf3cf9dd620eeb54c807.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 61435c314..6d9959c2d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -415,6 +415,13 @@ ifeq ($(TW_INCLUDE_NTFS_3G),true)
ntfsfix \
mkntfs
endif
+ifeq ($(TARGET_USERIMAGES_USE_F2FS), true)
+ifeq ($(shell test $(CM_PLATFORM_SDK_VERSION) -ge 3; echo $$?),0)
+ LOCAL_ADDITIONAL_DEPENDENCIES += \
+ fsck.f2fs \
+ mkfs.f2fs
+endif
+endif
include $(BUILD_EXECUTABLE)