From f48f49932997b0488fe2fc2e3099753f1182ee00 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 29 Sep 2016 17:17:15 -0700 Subject: [PATCH] Fix tests/run-on-host.sh for glibc. Test: tests/run-on-host.sh glibc Change-Id: Idd5b2a72335ff0ca47f37c578f71cec8c9fb6ea0 --- tests/run-on-host.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run-on-host.sh b/tests/run-on-host.sh index c47bc4fd1..1f2cb96f7 100755 --- a/tests/run-on-host.sh +++ b/tests/run-on-host.sh @@ -8,6 +8,7 @@ if [ "$1" = glibc ]; then cd ${ANDROID_BUILD_TOP} export ANDROID_DATA=${TARGET_OUT_DATA} export ANDROID_ROOT=${TARGET_OUT} + export LD_LIBRARY_PATH=${HOST_OUT}/obj/lib/ ${HOST_OUT}/nativetest64/bionic-unit-tests-glibc/bionic-unit-tests-glibc $@ ) exit 0 -- 2.11.0