From 4a1cac420b34cc23458742e0deb67116b69b93eb Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Wed, 23 May 2018 16:23:27 +0100 Subject: ART: Remove jack from test Test: art/test.py --host Change-Id: I31b0c0d57d344f54a8c0545fd32c81a893b4ec75 --- test.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'test.py') 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 -- cgit v1.2.3-59-g8ed1b