Home
last modified time | relevance | path

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

/aosp12/art/test/testrunner/
H A Drun_build_test_target.py71 clean_command = 'build/soong/soong_ui.bash --make-mode installclean' variable
73 clean_command += ' dist'
74 sys.stdout.write(str(clean_command) + '\n')
76 if subprocess.call(clean_command.split()):