diff options
| -rwxr-xr-x | test/run-test | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/run-test b/test/run-test index d0f93b9231..6bb154942c 100755 --- a/test/run-test +++ b/test/run-test @@ -45,7 +45,7 @@ export JAVAC="javac -g -source 1.7 -target 1.7 -Xlint:-options" export RUN="${progdir}/etc/run-test-jar" export DEX_LOCATION=/data/run-test/${test_dir} export NEED_DEX="true" -export USE_JACK="false" +export USE_JACK="true" export SMALI_ARGS="--experimental --api-level 23" # If dx was not set by the environment variable, assume it is in the path. @@ -73,11 +73,6 @@ if [ -z "$JACK" ]; then export JACK="jack" fi -# If the tree is compiled with Jack, build test with Jack by default. -if [ "$ANDROID_COMPILE_WITH_JACK" = "true" ]; then - USE_JACK="true" -fi - # ANDROID_BUILD_TOP is not set in a build environment. if [ -z "$ANDROID_BUILD_TOP" ]; then export ANDROID_BUILD_TOP=$oldwd |