summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2018-05-24 10:44:05 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-05-24 10:44:05 +0000
commitbb7cd233a5096166315827c066f5ab1d2b3e459f (patch)
tree9f8cde8c7b94b14b5597a3c8e7b9a0e641437201 /test.py
parentd804b76c0b8f9d2c94f3a8648aba26254742a1e2 (diff)
parent4a1cac420b34cc23458742e0deb67116b69b93eb (diff)
Merge "ART: Remove jack from test"
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test.py b/test.py
index 047d8125fb..bc15736bd8 100755
--- a/test.py
+++ b/test.py
@@ -64,11 +64,8 @@ if options.gtest or not options.run_test:
build_command = 'make'
build_command += ' -j' + str(options.n_threads)
-
build_command += ' -C ' + ANDROID_BUILD_TOP
build_command += ' ' + build_target
- # Add 'dist' to avoid Jack issues b/36169180.
- build_command += ' dist'
print build_command