aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-10-28 16:32:50 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-10-28 16:32:50 +0000
commita4121986990d7dde7918252a96d87e4c3c11c13c (patch)
tree5bd2008ace82f188059cedc851a29a41b13edb07
parentf204185f7138687769f95c28fe22fa88143bc004 (diff)
parentf68351209f25ac92d12deb827e6efb5400052ac2 (diff)
downloadrecovery-brillo-m7-release.tar.gz
Merge "recovery: Depend on mkfs.f2fs only if needed."brillo-m7-releasebrillo-m7-mr-devbrillo-m7-dev
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 74e7b1da..4ffa5c9d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -45,9 +45,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