Home
last modified time | relevance | path

Searched refs:clean_command (Results 1 – 1 of 1) sorted by relevance

/art/test/testrunner/
Drun_build_test_target.py77 clean_command = 'build/soong/soong_ui.bash --make-mode installclean' variable
79 clean_command += ' dist'
80 sys.stdout.write(str(clean_command) + '\n')
82 if subprocess.call(clean_command.split()):