OSDN Git Service

Rename libext2 host libraries to standard suffix.
authorAlex Deymo <deymo@google.com>
Thu, 10 Dec 2015 01:55:36 +0000 (17:55 -0800)
committerAlex Deymo <deymo@google.com>
Fri, 11 Dec 2015 02:15:16 +0000 (18:15 -0800)
libext2_uuid_host was renamed to libext2_uuid-host to match the
"-host" suffix used in most libraries.

Bug: 24619596
TEST=m

(cherry picked from commit c5250dbccc217b984e141d99dc4b36d4bcf152c3)

Change-Id: I877dd8a5211256006582de19246c40795cc61343

f2fs_utils/Android.mk

index 22e1200..0f39116 100644 (file)
@@ -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)