aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Merger (Role) <noreply-android-build-merger@google.com>2018-10-09 21:25:57 +0000
committerAndroid Build Merger (Role) <noreply-android-build-merger@google.com>2018-10-09 21:25:57 +0000
commitcbba57fb8a24164354d498da1dcea8594c989203 (patch)
tree7c9233fa7bb8d26fbba3ce5e4c0684bbc9d0d924
parent5bd943d50d103eb6f48a72f199a49dce4feeb61a (diff)
parentdd89f9cde665e7861b5ea85dda1cf392dee49d02 (diff)
downloadf2fs-tools-cbba57fb8a24164354d498da1dcea8594c989203.tar.gz
[automerger] [DO NOT MERGE] make_f2fs: issue discard commands on mkfs am: dd89f9cde6
Change-Id: Id4c082b091b19e2d6e53b2c70c790a65ce041101
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 55f4a4e..a25f7e1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -4,7 +4,7 @@ LOCAL_PATH:= $(call my-dir)
ifeq ($(HOST_OS),linux)
# The versions depend on $(LOCAL_PATH)/VERSION
-version_CFLAGS := -DF2FS_MAJOR_VERSION=1 -DF2FS_MINOR_VERSION=4 -DF2FS_TOOLS_VERSION=\"1.4.0\" -DF2FS_TOOLS_DATE=\"2014-10-18\"
+version_CFLAGS := -DF2FS_MAJOR_VERSION=1 -DF2FS_MINOR_VERSION=4 -DF2FS_TOOLS_VERSION=\"1.4.0\" -DF2FS_TOOLS_DATE=\"2014-10-18\" -DWITH_BLKDISCARD
# external/e2fsprogs/lib is needed for uuid/uuid.h
common_C_INCLUDES := $(LOCAL_PATH)/include external/e2fsprogs/lib/