Merge "Use flag names with merge_csv.py." am: 112045230d
am: 5d5b2d7484
Change-Id: I016ae092f752dfbe237319ad03c44166deccbcc1
This commit is contained in:
commit
7e2406594b
1 changed files with 2 additions and 3 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue