diff options
Diffstat (limited to 'test/testrunner/testrunner.py')
| -rwxr-xr-x | test/testrunner/testrunner.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testrunner/testrunner.py b/test/testrunner/testrunner.py index d1ba93f396..4e873c1ba2 100755 --- a/test/testrunner/testrunner.py +++ b/test/testrunner/testrunner.py @@ -1012,7 +1012,7 @@ def main():        build_targets += 'test-art-target-run-test-dependencies '      if 'jvm' in _user_input_variants['target']:        build_targets += 'test-art-host-run-test-dependencies ' -    build_command = 'build/soong/soong_ui.bash --make-mode' +    build_command = env.ANDROID_BUILD_TOP + '/build/soong/soong_ui.bash --make-mode'      build_command += ' DX='      build_command += ' ' + build_targets      if subprocess.call(build_command.split()):  |