Add dedup flag to aconfig dump-cache calls.
Bug: None Test: CI Change-Id: I34a73576a7a7ea43178895049a0f7dbcd9e329bc
This commit is contained in:
@@ -277,7 +277,7 @@ var (
|
||||
|
||||
gatherReleasedFlaggedApisRule = pctx.AndroidStaticRule("gatherReleasedFlaggedApisRule",
|
||||
blueprint.RuleParams{
|
||||
Command: `${aconfig} dump-cache --format='{fully_qualified_name}={state:bool}' ` +
|
||||
Command: `${aconfig} dump-cache --dedup --format='{fully_qualified_name}={state:bool}' ` +
|
||||
`--out ${out} ` +
|
||||
`${flags_path} ` +
|
||||
`${filter_args} `,
|
||||
|
Reference in New Issue
Block a user