Merge "Use merge_csv python_binary."

This commit is contained in:
Treehugger Robot 2020-01-30 15:18:58 +00:00 committed by Gerrit Code Review
commit 44fc5d201f

View file

@ -293,7 +293,7 @@ func metadataRule(ctx android.SingletonContext) android.Path {
outputPath := hiddenAPISingletonPaths(ctx).metadata
rule.Command().
Tool(android.PathForSource(ctx, "frameworks/base/tools/hiddenapi/merge_csv.py")).
BuiltTool(ctx, "merge_csv").
Inputs(metadataCSV).
Text(">").
Output(outputPath)