Merge "Update released flagged apis rule" into main

This commit is contained in:
Treehugger Robot 2024-01-10 02:00:54 +00:00 committed by Gerrit Code Review
commit d06bdb0310

View file

@ -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} `,