commit | 4f7fdd297881ee7b794fd3dda11ab29d9ec2c2fe | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Fri Apr 24 11:57:37 2015 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Fri Apr 24 12:51:23 2015 +0100 |
tree | a2472f415d7544a7599905cfa0cdaba0fb77c918 | |
parent | c5cb691ca6a746a193bfbe3525aafa7cbb281d40 [diff] |
Make tests assume ANDROID_ROOT is not /system. This is to enable better chroot-like testing. Change-Id: I943c68b0ebcdab2f107f808b466ac694085255aa
diff --git a/tools/art b/tools/art index 6c89a60..85e6e2f 100644 --- a/tools/art +++ b/tools/art
@@ -92,6 +92,7 @@ ANDROID_DATA=$ANDROID_DATA \ ANDROID_ROOT=$ANDROID_ROOT \ LD_LIBRARY_PATH=$LD_LIBRARY_PATH \ + PATH=$ANDROID_ROOT/bin:$PATH \ $invoke_with $ANDROID_ROOT/bin/$DALVIKVM $lib \ -XXlib:$LIBART \ -Ximage:$ANDROID_ROOT/framework/core.art \