Merge "Remove reference to obj/lib"

This commit is contained in:
Treehugger Robot 2017-05-18 01:49:36 +00:00 committed by Gerrit Code Review
commit f599b7285b

View file

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