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
commit 248c5df6b5
1 changed files with 1 additions and 1 deletions

View File

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