summaryrefslogtreecommitdiff
path: root/libfec
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-01-11 14:03:51 -0800
committerAlex Deymo <deymo@google.com>2017-01-11 14:06:40 -0800
commitb611070c1476ecbaa15d74459c6fe9b0a9d129ac (patch)
tree676d6b4ca7cb2224cc47caa3e88a2f8be18f7d95 /libfec
parentae12268ee10e6f111fa545ace1c43850e0f8ee57 (diff)
downloadextras-b611070c1476ecbaa15d74459c6fe9b0a9d129ac.tar.gz
Remove "_static" and "_host" suffix from libext4_utils definitions.
Bug: 34220783 Change-Id: Ia8da0c96a0384826afd8b089101468ac388d0ca2
Diffstat (limited to 'libfec')
-rw-r--r--libfec/Android.mk3
-rw-r--r--libfec/test/Android.mk2
2 files changed, 2 insertions, 3 deletions
diff --git a/libfec/Android.mk b/libfec/Android.mk
index d37dcbf2..5399bb73 100644
--- a/libfec/Android.mk
+++ b/libfec/Android.mk
@@ -16,6 +16,7 @@ common_src_files := \
fec_process.cpp
common_static_libraries := \
+ libext4_utils \
libfec_rs \
libcrypto_utils \
libcrypto \
@@ -31,7 +32,6 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
LOCAL_MODULE := libfec
LOCAL_SRC_FILES := $(common_src_files)
LOCAL_STATIC_LIBRARIES := \
- libext4_utils_static \
libsquashfs_utils \
libcutils \
$(common_static_libraries)
@@ -48,7 +48,6 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
LOCAL_MODULE := libfec
LOCAL_SRC_FILES := $(common_src_files)
LOCAL_STATIC_LIBRARIES := \
- libext4_utils_host \
libsquashfs_utils_host \
$(common_static_libraries)
include $(BUILD_HOST_STATIC_LIBRARY)
diff --git a/libfec/test/Android.mk b/libfec/test/Android.mk
index e76737f4..4abe6f61 100644
--- a/libfec/test/Android.mk
+++ b/libfec/test/Android.mk
@@ -13,7 +13,7 @@ LOCAL_STATIC_LIBRARIES := \
libfec_rs \
libcrypto_utils \
libcrypto \
- libext4_utils_host \
+ libext4_utils \
libsquashfs_utils_host \
libbase
LOCAL_CFLAGS := -Wall -Werror -D_GNU_SOURCE