cpuProfile=flag.String("cpu_profile","","write cpu profile to file")
traceCalls=flag.Bool("trace_calls",false,"trace function calls")
inputVariables=flag.String("input_variables","","starlark file containing product config and global variables")
makefileList=flag.String("makefile_list","","path to a list of all makefiles in the source tree, generated by soong's finder. If not provided, mk2rbc will find the makefiles itself (more slowly than if this flag was provided)")