aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-01-11 14:41:29 -0800
committerAlex Deymo <deymo@google.com>2017-01-11 14:42:32 -0800
commitb54dc047e6712368a3eb1213e0b902e353cdc1ae (patch)
treeb351f8d4410029a2c7700b0af561b2ccf47bf874 /Android.mk
parent5bd943d50d103eb6f48a72f199a49dce4feeb61a (diff)
downloadf2fs-tools-b54dc047e6712368a3eb1213e0b902e353cdc1ae.tar.gz
Remote "_host" and "_static" suffix from libsparse.
Bug: 34220783 Change-Id: Id53ad62fb9d0e9c43e11126c8ce10fde2694c267
Diffstat (limited to 'Android.mk')
-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)