summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)