Merge "Update released flagged apis rule" into main
This commit is contained in:
commit
d06bdb0310
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ var (
|
|||
|
||||
gatherReleasedFlaggedApisRule = pctx.AndroidStaticRule("gatherReleasedFlaggedApisRule",
|
||||
blueprint.RuleParams{
|
||||
Command: `${aconfig} dump --format bool ` +
|
||||
Command: `${aconfig} dump-cache --format='{fully_qualified_name}={state:bool}' ` +
|
||||
`--out ${out} ` +
|
||||
`${flags_path} ` +
|
||||
`${filter_args} `,
|
||||
|
|
Loading…
Reference in a new issue