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:
@@ -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