aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-01-12 21:32:42 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-12 21:32:42 +0000
commit365f4cdb6b296d067ce531ee8b35dbc1fac21a45 (patch)
treeb351f8d4410029a2c7700b0af561b2ccf47bf874
parent5bd943d50d103eb6f48a72f199a49dce4feeb61a (diff)
parent4690bb299600aab77e93486d927aa024a9d70129 (diff)
downloadf2fs-tools-365f4cdb6b296d067ce531ee8b35dbc1fac21a45.tar.gz
Remote "_host" and "_static" suffix from libsparse. am: b54dc047e6
am: 4690bb2996 Change-Id: I84d765449d0b4c79a0ee5e3019c84d4a3294825e
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 55f4a4e..c63c27c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -51,7 +51,7 @@ LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include $(LOCAL_PATH)/mkfs
LOCAL_STATIC_LIBRARIES := \
libf2fs_ioutils_host \
libext2_uuid-host \
- libsparse_host \
+ libsparse \
libz
# LOCAL_LDLIBS := -ldl
include $(BUILD_HOST_SHARED_LIBRARY)