Merge "Use flag names with merge_csv.py."
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