Merge "Remove buildspam from apexer"

This commit is contained in:
Treehugger Robot
2018-11-20 08:09:58 +00:00
committed by Gerrit Code Review

View File

@@ -52,7 +52,7 @@ var (
Command: `rm -rf ${image_dir} && mkdir -p ${image_dir} && ` + Command: `rm -rf ${image_dir} && mkdir -p ${image_dir} && ` +
`(${copy_commands}) && ` + `(${copy_commands}) && ` +
`APEXER_TOOL_PATH=${tool_path} ` + `APEXER_TOOL_PATH=${tool_path} ` +
`${apexer} --verbose --force --manifest ${manifest} ` + `${apexer} --force --manifest ${manifest} ` +
`--file_contexts ${file_contexts} ` + `--file_contexts ${file_contexts} ` +
`--canned_fs_config ${canned_fs_config} ` + `--canned_fs_config ${canned_fs_config} ` +
`--key ${key} ${image_dir} ${out} `, `--key ${key} ${image_dir} ${out} `,