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().
|
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")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user