diff options
| author | 2018-05-24 10:44:05 +0000 | |
|---|---|---|
| committer | 2018-05-24 10:44:05 +0000 | |
| commit | bb7cd233a5096166315827c066f5ab1d2b3e459f (patch) | |
| tree | 9f8cde8c7b94b14b5597a3c8e7b9a0e641437201 /test.py | |
| parent | d804b76c0b8f9d2c94f3a8648aba26254742a1e2 (diff) | |
| parent | 4a1cac420b34cc23458742e0deb67116b69b93eb (diff) | |
Merge "ART: Remove jack from test"
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 |