Merge "Add --include_build_info flag to apexer invocation."

This commit is contained in:
Dario Freni 2020-01-03 17:50:47 +00:00 committed by Gerrit Code Review
commit f4b13d4103

View file

@ -105,6 +105,7 @@ var (
`${apexer} --force --manifest ${manifest} ` +
`--file_contexts ${file_contexts} ` +
`--canned_fs_config ${canned_fs_config} ` +
`--include_build_info ` +
`--payload_type image ` +
`--key ${key} ${opt_flags} ${image_dir} ${out} `,
CommandDeps: []string{"${apexer}", "${avbtool}", "${e2fsdroid}", "${merge_zips}",