diff options
| author | 2015-10-28 12:58:48 +0000 | |
|---|---|---|
| committer | 2015-10-28 12:58:48 +0000 | |
| commit | 26af653a84c83632d23dd2a06d1f31a7c6d5f84e (patch) | |
| tree | 65c936f0259e178b8c89538380bf753acf412249 | |
| parent | 9490043806c605b998688db4a19b2da0274bc7d3 (diff) | |
| parent | 0775dba6bbc287d7cc6408774b7719cd79fe8265 (diff) | |
Merge "Remove obsolete comment and option."
| -rwxr-xr-x | tools/run-jdwp-tests.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/run-jdwp-tests.sh b/tools/run-jdwp-tests.sh index 9aed271c82..2791becd56 100755 --- a/tools/run-jdwp-tests.sh +++ b/tools/run-jdwp-tests.sh @@ -30,8 +30,6 @@ fi art="/data/local/tmp/system/bin/art" art_debugee="sh /data/local/tmp/system/bin/art" -# We use Quick's image on target because optimizing's image is not compiled debuggable. -image="-Ximage:/data/art-test/core.art" args=$@ debuggee_args="-Xcompiler-option --debuggable" device_dir="--device-dir=/data/local/tmp" |