diff options
author | Orion Hodson <oth@google.com> | 2018-05-23 16:23:27 +0100 |
---|---|---|
committer | Orion Hodson <oth@google.com> | 2018-05-24 09:54:59 +0100 |
commit | 4a1cac420b34cc23458742e0deb67116b69b93eb (patch) | |
tree | 9f8cde8c7b94b14b5597a3c8e7b9a0e641437201 /test.py | |
parent | d804b76c0b8f9d2c94f3a8648aba26254742a1e2 (diff) |
ART: Remove jack from test
Test: art/test.py --host
Change-Id: I31b0c0d57d344f54a8c0545fd32c81a893b4ec75
Diffstat (limited to 'test.py')
-rwxr-xr-x | test.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |