Home | History | Annotate | Download | only in test

Lines Matching refs:JACK

71 # If jack was not set by the environment variable, assume it is in the path.
72 if [ -z "$JACK" ]; then
73 export JACK="jack"
83 export JACK_CLASSPATH="${OUT_DIR:-$ANDROID_BUILD_TOP/out}/host/common/obj/JAVA_LIBRARIES/core-libart-hostdex_intermediates/classes.jack:${OUT_DIR:-$ANDROID_BUILD_TOP/out}/host/common/obj/JAVA_LIBRARIES/core-oj-hostdex_intermediates/classes.jack"
86 export JACK="$JACK -g -cp $JACK_CLASSPATH"
291 elif [ "x$1" = "x--build-with-jack" ]; then
559 echo " --build-with-jack Build test files with jack and jill (off by default)."
735 # Set ulimit if we build with dx only, Jack can generate big temp files.