summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-10-28 17:36:23 +0100
committerandroid-build-merger <android-build-merger@google.com>2015-10-28 17:36:23 +0100
commit4ea2b0c4acddb4509c741ba0390be7b39e0b9de1 (patch)
tree93155aa52137c1996c77584ae1a9639b9c59b182
parentMerge "updater: Bump up the BBOTA version to 4." (diff)
parentMerge "recovery: Depend on mkfs.f2fs only if needed." (diff)
downloadandroid_bootable_recovery-4ea2b0c4acddb4509c741ba0390be7b39e0b9de1.tar
android_bootable_recovery-4ea2b0c4acddb4509c741ba0390be7b39e0b9de1.tar.gz
android_bootable_recovery-4ea2b0c4acddb4509c741ba0390be7b39e0b9de1.tar.bz2
android_bootable_recovery-4ea2b0c4acddb4509c741ba0390be7b39e0b9de1.tar.lz
android_bootable_recovery-4ea2b0c4acddb4509c741ba0390be7b39e0b9de1.tar.xz
android_bootable_recovery-4ea2b0c4acddb4509c741ba0390be7b39e0b9de1.tar.zst
android_bootable_recovery-4ea2b0c4acddb4509c741ba0390be7b39e0b9de1.zip
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index d96849f65..22e78027e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -46,9 +46,11 @@ LOCAL_MODULE := recovery
LOCAL_FORCE_STATIC_EXECUTABLE := true
+ifeq ($(TARGET_USERIMAGES_USE_F2FS),true)
ifeq ($(HOST_OS),linux)
LOCAL_REQUIRED_MODULES := mkfs.f2fs
endif
+endif
RECOVERY_API_VERSION := 3
RECOVERY_FSTAB_VERSION := 2