commit | 112045230d75fb0aa84e5a84b7ee76b0d3c718a4 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Feb 20 19:17:19 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 20 19:17:19 2020 +0000 |
tree | 48397664f95a3fe96c6621acd2a3f7accbb8d927 | |
parent | 3a15b8973d91e13dd436798612d7b5b7e2b1590b [diff] | |
parent | 79fac05b45468678fb39446a680dfc18a0b824db [diff] |
Merge "Use flag names with merge_csv.py."
diff --git a/java/hiddenapi_singleton.go b/java/hiddenapi_singleton.go index 3243e43..7850193 100644 --- a/java/hiddenapi_singleton.go +++ b/java/hiddenapi_singleton.go
@@ -294,9 +294,8 @@ rule.Command(). BuiltTool(ctx, "merge_csv"). - Inputs(metadataCSV). - Text(">"). - Output(outputPath) + FlagWithOutput("--output=", outputPath). + Inputs(metadataCSV) rule.Build(pctx, ctx, "hiddenAPIGreylistMetadataFile", "hiddenapi greylist metadata")