summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-04-27 16:15:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-04-27 16:15:21 +0000
commitdfa3231faec81cef7eae40d165c5852395f57577 (patch)
tree8741001c273dff278399ed05fa680b67eea8cb60 /benchmarks
parent34bf6107b6bbd44863e1e620f05014f6d7ee0aa3 (diff)
parent4da99ffe5e35918c46228ec4a494e54697a2d0cb (diff)
Merge "Fix running tests/benchmarks on the host."
Diffstat (limited to 'benchmarks')
-rwxr-xr-xbenchmarks/run-on-host.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/run-on-host.sh b/benchmarks/run-on-host.sh
index af96b27b9..0f2aefb61 100755
--- a/benchmarks/run-on-host.sh
+++ b/benchmarks/run-on-host.sh
@@ -25,7 +25,7 @@ if [ ${HOST_OS}-${HOST_ARCH} = linux-x86 -o ${HOST_OS}-${HOST_ARCH} = linux-x86_
cd ${ANDROID_BUILD_TOP}
export ANDROID_DATA=${TARGET_OUT_DATA}
export ANDROID_ROOT=${TARGET_OUT}
- ${NATIVETEST}/bionic-benchmarks/bionic-benchmarks $@
+ ${BENCHMARKS}/bionic-benchmarks/bionic-benchmarks $@
)
else
echo "$0 not supported on TARGET_ARCH=$TARGET_ARCH"