From: Alex Deymo Date: Wed, 11 Jan 2017 22:40:43 +0000 (-0800) Subject: AOSP: Remove "_host" and "_static" suffix from libsparse. X-Git-Tag: v1.44.0-rc1~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=145b22f9971869b37da94549a14437d047ea1f4e;p=thirdparty%2Fe2fsprogs.git AOSP: Remove "_host" and "_static" suffix from libsparse. Bug: 34220783 Change-Id: I218ab40f423bf0bddebc3b2e1526bd9e3549eed6 From AOSP commit: 92d281bd3145e149d7330272b1704d77191482c4 Signed-off-by: Theodore Ts'o --- diff --git a/contrib/android/Android.mk b/contrib/android/Android.mk index abe628bc1..bc968fae8 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) diff --git a/lib/ext2fs/Android.mk b/lib/ext2fs/Android.mk index 047b86702..2ccbb5964 100644 --- a/lib/ext2fs/Android.mk +++ b/lib/ext2fs/Android.mk @@ -116,7 +116,7 @@ include $(BUILD_SHARED_LIBRARY) include $(CLEAR_VARS) LOCAL_SRC_FILES := $(libext2fs_src_files) -LOCAL_STATIC_LIBRARIES := $(libext2fs_static_libraries) $(libext2fs_system_static_libraries) libsparse_static libz +LOCAL_STATIC_LIBRARIES := $(libext2fs_static_libraries) $(libext2fs_system_static_libraries) libsparse libz LOCAL_C_INCLUDES := $(libext2fs_c_includes) LOCAL_EXPORT_C_INCLUDE_DIRS := $(libext2fs_c_includes) LOCAL_CFLAGS := $(libext2fs_cflags) $(libext2fs_cflags_linux) @@ -129,7 +129,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := $(libext2fs_src_files) LOCAL_WHOLE_STATIC_LIBRARIES := libext2_com_err-host -LOCAL_STATIC_LIBRARIES := libsparse_host libz +LOCAL_STATIC_LIBRARIES := libsparse libz LOCAL_C_INCLUDES := $(libext2fs_c_includes) LOCAL_EXPORT_C_INCLUDE_DIRS := $(libext2fs_c_includes) LOCAL_CFLAGS := $(libext2fs_cflags) @@ -145,7 +145,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := $(libext2fs_src_files) LOCAL_WHOLE_STATIC_LIBRARIES := libext2_com_err-host -LOCAL_STATIC_LIBRARIES := libsparse_host libz +LOCAL_STATIC_LIBRARIES := libsparse libz LOCAL_C_INCLUDES := $(libext2fs_c_includes) LOCAL_EXPORT_C_INCLUDE_DIRS := $(libext2fs_c_includes) LOCAL_CFLAGS := $(libext2fs_cflags) $(libext2fs_cflags_linux)