summaryrefslogtreecommitdiff
path: root/java/builder.go
diff options
context:
space:
mode:
author Yu Liu <yudiliu@google.com> 2024-02-08 19:11:39 +0000
committer Yu Liu <yudiliu@google.com> 2024-02-08 19:11:39 +0000
commit748ade2f85fa20ba6f9cd728983b101187c9e548 (patch)
tree723430afa9b22793f0d192f4075c3cf59fba4702 /java/builder.go
parent55a829d74c5bc83388c36e0e586e480bd8d0d48c (diff)
Add dedup flag to aconfig dump-cache calls.
Bug: None Test: CI Change-Id: I34a73576a7a7ea43178895049a0f7dbcd9e329bc
Diffstat (limited to 'java/builder.go')
-rw-r--r--java/builder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/builder.go b/java/builder.go
index 085e7a17f..74a05f281 100644
--- a/java/builder.go
+++ b/java/builder.go
@@ -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} `,