Merge "Add dedup flag to aconfig dump-cache calls." into main am: 01beacee28
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2955616 Change-Id: I31221f46e38b6a60ccb956af9208780e123b6a86 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