summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2015-12-10 22:18:33 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-12-10 22:18:33 +0000
commitf8a6eb443f7ed8bc22d74c876d243c63a2d7f2f6 (patch)
treecc84cdcbc7757379e388dfc55e65ece1360a19d2
parent71dddf50cec9c21b24146901cdd1ce3dee44f4d7 (diff)
parentc5250dbccc217b984e141d99dc4b36d4bcf152c3 (diff)
downloadextras-brillo-m8-dev.tar.gz
Merge "Rename libext2 host libraries to standard suffix."brillo-m8-releasebrillo-m8-dev
-rw-r--r--f2fs_utils/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/f2fs_utils/Android.mk b/f2fs_utils/Android.mk
index 22e12008..0f391163 100644
--- a/f2fs_utils/Android.mk
+++ b/f2fs_utils/Android.mk
@@ -18,7 +18,7 @@ LOCAL_SRC_FILES := f2fs_ioutils.c
LOCAL_C_INCLUDES := external/f2fs-tools/include external/f2fs-tools/mkfs
LOCAL_STATIC_LIBRARIES := \
libsparse_host \
- libext2_uuid_host \
+ libext2_uuid-host \
libz
LOCAL_MODULE := libf2fs_ioutils_host
include $(BUILD_HOST_STATIC_LIBRARY)