Merge "Add --include_build_info flag to apexer invocation."
This commit is contained in:
commit
f4b13d4103
1 changed files with 1 additions and 0 deletions
|
@ -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}",
|
||||
|
|
Loading…
Reference in a new issue