Home | History | Annotate | Download | only in 119-noimage-patchoat

Lines Matching refs:RUN

20 if [ $(basename $RUN) == 'host-run-test-jar' ]; then
26 # Make sure we can run without an image file,
27 echo "Run -Xnoimage-dex2oat -Xpatchoat:/system/bin/false"
28 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xpatchoat:${false_bin}
30 # Make sure we can run with the image file.
31 echo "Run -Ximage-dex2oat"
32 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
34 # Make sure we can run with the default settings.
35 echo "Run default"
36 ${RUN} ${flags} ${BPATH}