diff options
| author | 2017-03-03 22:33:18 +0000 | |
|---|---|---|
| committer | 2017-03-03 22:33:19 +0000 | |
| commit | b2a6d1218c527a685c421984292c47d241cf4a11 (patch) | |
| tree | a7a48e39e6a8ad9e6ea8f1b607ca3d7a369b65a3 | |
| parent | 1990bdab708143d2cc3e7209b35b9a6751246da9 (diff) | |
| parent | f325e01a5fcb44d5914e26581136b9e6c6f157d5 (diff) | |
Merge "Fix OUT_DIR usage"
| -rwxr-xr-x | test/run-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-test b/test/run-test index 7d3d813da0..1ac285769d 100755 --- a/test/run-test +++ b/test/run-test @@ -80,7 +80,7 @@ fi # ANDROID_HOST_OUT is not set in a build environment. if [ -z "$ANDROID_HOST_OUT" ]; then - export ANDROID_HOST_OUT=${OUT_DIR:-$ANDROID_BUILD_TOP/out/}host/linux-x86 + export ANDROID_HOST_OUT=${OUT_DIR:-$ANDROID_BUILD_TOP/out}/host/linux-x86 fi # If JACK_CLASSPATH is not set, assume it only contains core-libart. |