summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-01-11 14:40:43 -0800
committerTheodore Ts'o <tytso@mit.edu>2017-05-23 22:58:48 -0400
commit145b22f9971869b37da94549a14437d047ea1f4e (patch)
treefee739a5a30ee9f9a6525c2e8a0505cb6aaae888 /contrib
parenta5d3c5ba686cfeb21d1d679f7ca2dc8f09748b75 (diff)
AOSP: Remove "_host" and "_static" suffix from libsparse.
Bug: 34220783 Change-Id: I218ab40f423bf0bddebc3b2e1526bd9e3549eed6 From AOSP commit: 92d281bd3145e149d7330272b1704d77191482c4 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/android/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/android/Android.mk b/contrib/android/Android.mk
index abe628bc..bc968fae 100644
--- a/contrib/android/Android.mk
+++ b/contrib/android/Android.mk
@@ -54,6 +54,6 @@ LOCAL_SHARED_LIBRARIES += \
libext2fs-host \
libext2_com_err-host
LOCAL_STATIC_LIBRARIES += \
- libsparse_host \
+ libsparse \
libz
include $(BUILD_HOST_EXECUTABLE)