Merge "Use flag names with merge_csv.py." am: 112045230d
am: 5d5b2d7484
Change-Id: I016ae092f752dfbe237319ad03c44166deccbcc1
This commit is contained in:
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user