summaryrefslogtreecommitdiff
path: root/f2fs_utils
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-01-11 16:54:52 -0800
committerAlex Deymo <deymo@google.com>2017-01-24 13:23:43 -0800
commite8ed69493b7ab6237fb7114343789d3c213d2315 (patch)
treedf2692b3cf0ba840019ac3d72da420d4bcaf3b86 /f2fs_utils
parentea69a18cd42bf757d49d733401f4ca6aa3994dc2 (diff)
downloadextras-e8ed69493b7ab6237fb7114343789d3c213d2315.tar.gz
Convert several libraries to soong.
This patch coverts libfec and its dependencies to soong. This also updates the name of the libext2_uuid-host library removing the "-host" suffix as that is also being converted to soong. Also create a shared library for libfec given that it has quite a few dependencies. Bug: 34284069 Test: mmma system/extras; make checkbuild Change-Id: Ib3ada6420bae32418a02ca92db664d0d24214e2f
Diffstat (limited to 'f2fs_utils')
-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 f643ad24..32ed0ed1 100644
--- a/f2fs_utils/Android.mk
+++ b/f2fs_utils/Android.mk
@@ -21,7 +21,7 @@ LOCAL_CFLAGS := -Wno-unused-parameter
LOCAL_STATIC_LIBRARIES := \
libselinux \
libsparse \
- libext2_uuid-host \
+ libext2_uuid \
libz
LOCAL_MODULE := libf2fs_ioutils_host
include $(BUILD_HOST_STATIC_LIBRARY)