summaryrefslogtreecommitdiff
path: root/java/hiddenapi_singleton.go
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-02-20 19:17:19 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-02-20 19:17:19 +0000
commit112045230d75fb0aa84e5a84b7ee76b0d3c718a4 (patch)
tree48397664f95a3fe96c6621acd2a3f7accbb8d927 /java/hiddenapi_singleton.go
parent3a15b8973d91e13dd436798612d7b5b7e2b1590b (diff)
parent79fac05b45468678fb39446a680dfc18a0b824db (diff)
Merge "Use flag names with merge_csv.py."
Diffstat (limited to 'java/hiddenapi_singleton.go')
-rw-r--r--java/hiddenapi_singleton.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/java/hiddenapi_singleton.go b/java/hiddenapi_singleton.go
index 3243e43fa..785019324 100644
--- a/java/hiddenapi_singleton.go
+++ b/java/hiddenapi_singleton.go
@@ -294,9 +294,8 @@ func metadataRule(ctx android.SingletonContext) android.Path {
rule.Command().
BuiltTool(ctx, "merge_csv").
- Inputs(metadataCSV).
- Text(">").
- Output(outputPath)
+ FlagWithOutput("--output=", outputPath).
+ Inputs(metadataCSV)
rule.Build(pctx, ctx, "hiddenAPIGreylistMetadataFile", "hiddenapi greylist metadata")