Merge "Use flag names with merge_csv.py." am: 112045230d am: 5d5b2d7484 am: 7e2406594b

Change-Id: I02c9775ef5a4b930970f7c1c96020bbd743497ec
This commit is contained in:
Automerger Merge Worker
2020-02-20 20:34:40 +00:00

View File

@@ -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")