Merge "Use flag names with merge_csv.py." am: 112045230d

Change-Id: If461c67adcc7c0f4aebdc91c6879dbbe1a27afd4
This commit is contained in:
Automerger Merge Worker
2020-02-20 19:32:04 +00:00

View File

@@ -294,9 +294,8 @@ func metadataRule(ctx android.SingletonContext) android.Path {
rule.Command(). rule.Command().
BuiltTool(ctx, "merge_csv"). BuiltTool(ctx, "merge_csv").
Inputs(metadataCSV). FlagWithOutput("--output=", outputPath).
Text(">"). Inputs(metadataCSV)
Output(outputPath)
rule.Build(pctx, ctx, "hiddenAPIGreylistMetadataFile", "hiddenapi greylist metadata") rule.Build(pctx, ctx, "hiddenAPIGreylistMetadataFile", "hiddenapi greylist metadata")