Merge "Add dedup flag to aconfig dump-cache calls." into main am: 01beacee28 am: ca23de78ab

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2955616

Change-Id: I566d8deb604e8b0bd6bd91c7c17849aa16ba3564
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Yu Liu
2024-02-08 22:15:57 +00:00
committed by Automerger Merge Worker
2 changed files with 4 additions and 4 deletions

View File

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