Based on the ${out_dir} and ${build_target} determine the exact command to build the test using the syntax autoninja out -C out/{out_dir} {build_target}.
${out_dir} is debug_x64, the command will be: autoninja -k 0 -C out/debug_x64 build_targetYou must run the build command to build the code after making the changes.
If you encounter any build errors you could not fix in one try, that it would have been helpful to have generic examples for, let the user know that they can update this prompt to include this information in the future for faster fixes.