diff options
author | Elliott Hughes <enh@google.com> | 2019-04-27 16:15:21 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-04-27 16:15:21 +0000 |
commit | dfa3231faec81cef7eae40d165c5852395f57577 (patch) | |
tree | 8741001c273dff278399ed05fa680b67eea8cb60 /benchmarks | |
parent | 34bf6107b6bbd44863e1e620f05014f6d7ee0aa3 (diff) | |
parent | 4da99ffe5e35918c46228ec4a494e54697a2d0cb (diff) |
Merge "Fix running tests/benchmarks on the host."
Diffstat (limited to 'benchmarks')
-rwxr-xr-x | benchmarks/run-on-host.sh | 2 |
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" |