Merge "Use merge_csv python_binary."
This commit is contained in:
commit
44fc5d201f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue