Searched refs:clean_command (Results 1 – 1 of 1) sorted by relevance
77 clean_command = 'build/soong/soong_ui.bash --make-mode installclean' variable79 clean_command += ' dist'80 sys.stdout.write(str(clean_command) + '\n')82 if subprocess.call(clean_command.split()):