diff options
author | Calin Juravle <calin@google.com> | 2014-05-07 19:06:30 +0100 |
---|---|---|
committer | Calin Juravle <calin@google.com> | 2014-05-07 19:06:30 +0100 |
commit | 0e9d7fccb9c3b688992f2ef9ac1cfd1f456b1ed7 (patch) | |
tree | a31f1aa0530f919a532855d4f80bc5ae685cbecf | |
parent | 790890fd5c896a098142e0783b10fa8246462249 (diff) | |
download | bionic-0e9d7fccb9c3b688992f2ef9ac1cfd1f456b1ed7.zip bionic-0e9d7fccb9c3b688992f2ef9ac1cfd1f456b1ed7.tar.gz bionic-0e9d7fccb9c3b688992f2ef9ac1cfd1f456b1ed7.tar.bz2 |
Fix bionic-unit-tests-glibc-run target
Configure multilib for bionic-unit-tests-glibc-run target (the path to
the host executable was already patched to support multilib build but
the multilib itself wasn't configured).
Change-Id: If533fbdb19bc737e543cf85a0787505458f24579
-rw-r--r-- | tests/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index fccf3f1..bd77c9e 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -271,6 +271,7 @@ bionic-unit-tests-glibc_ldlibs := \ module := bionic-unit-tests-glibc module_tag := optional +bionic-unit-tests-glibc_multilib := both build_type := host build_target := NATIVE_TEST include $(LOCAL_PATH)/Android.build.mk |