Home | History | Annotate | Download | only in 118-noimage-dex2oat

Lines Matching refs:RUN

21 RUN="${RUN/push-and-run-prebuilt-test-jar/push-and-run-test-jar}"
23 if [ $(basename $RUN) == 'host-run-test-jar' ]; then
31 # Make sure we can run without an oat file,
32 echo "Run -Xnoimage-dex2oat"
33 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat
35 # Make sure we can run with the oat file.
36 echo "Run -Ximage-dex2oat"
37 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
39 # Make sure we can run with the default settings.
40 echo "Run default"
41 ${RUN} ${flags} ${BPATH}