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
This commit is contained in:
Calin Juravle 2014-05-07 19:06:30 +01:00
parent 790890fd5c
commit 0e9d7fccb9

View File

@ -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