aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wallace <greg@gregtwallace.com>2016-01-03 15:28:09 -0500
committerGreg Wallace <greg@gregtwallace.com>2016-01-19 22:02:21 -0500
commit611f28545c0d9fdfd1da45c928ec720eea0c3dec (patch)
tree972e57a773d39ab80e69410f9e31ec521426fab0
parenta901a43fd5fb7d0ca9c099160cf7c61ee682a7c1 (diff)
downloadandroid_external_f2fs-tools-611f28545c0d9fdfd1da45c928ec720eea0c3dec.tar.gz
android_external_f2fs-tools-611f28545c0d9fdfd1da45c928ec720eea0c3dec.tar.bz2
android_external_f2fs-tools-611f28545c0d9fdfd1da45c928ec720eea0c3dec.zip
Update android version
Change-Id: I0a7885bf4b6093760d6d3bd648a8480f5e578201
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 5b1116f..283eee3 100644
--- a/Android.mk
+++ b/Android.mk
@@ -4,7 +4,7 @@ LOCAL_PATH:= $(call my-dir)
ifneq (,$(filter linux darwin,$(HOST_OS)))
# The versions depend on $(LOCAL_PATH)/VERSION
-version_CFLAGS := -DF2FS_MAJOR_VERSION=1 -DF2FS_MINOR_VERSION=5 -DF2FS_TOOLS_VERSION=\"1.5.0\" -DF2FS_TOOLS_DATE=\"2015-11-05\"
+version_CFLAGS := -DF2FS_MAJOR_VERSION=1 -DF2FS_MINOR_VERSION=6 -DF2FS_TOOLS_VERSION=\"1.6.0\" -DF2FS_TOOLS_DATE=\"2015-12-21\"
# external/e2fsprogs/lib is needed for uuid/uuid.h
common_C_INCLUDES := $(LOCAL_PATH)/include external/e2fsprogs/lib/ $(LOCAL_PATH)/mkfs