summaryrefslogtreecommitdiff
path: root/libfec/test/Android.mk
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/test/Android.mk
parentae12268ee10e6f111fa545ace1c43850e0f8ee57 (diff)
downloadextras-b611070c1476ecbaa15d74459c6fe9b0a9d129ac.tar.gz
Remove "_static" and "_host" suffix from libext4_utils definitions.
Bug: 34220783 Change-Id: Ia8da0c96a0384826afd8b089101468ac388d0ca2
Diffstat (limited to 'libfec/test/Android.mk')
-rw-r--r--libfec/test/Android.mk2
1 files changed, 1 insertions, 1 deletions
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