From b02206a6021699ac3de1079eb91af26f0860249b Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Wed, 17 May 2017 16:47:23 -0700 Subject: [PATCH] Remove reference to obj/lib It's going away, since we don't have a single library on device anymore, and it's simpler to keep the host looking like the device. This doesn't seem to need it anymore either -- the libraries are found relative to the test binary. Test: bionic/tests/run-on-host.sh glibc Change-Id: Ie9bf6388ecd773623181ec9eadb35d6e0ba0a441 --- tests/run-on-host.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/run-on-host.sh b/tests/run-on-host.sh index 1f2cb96f7..c47bc4fd1 100755 --- a/tests/run-on-host.sh +++ b/tests/run-on-host.sh @@ -8,7 +8,6 @@ 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