Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b01dd442 authored by Artur Satayev's avatar Artur Satayev
Browse files

Use merge_csv python_binary.

Instead of using .py file directly.

Bug: 145132366
Test: diff -w out/soong/hiddenapi/hiddenapi-greylist.csv
Change-Id: Ib79019234b4ae05486e831b30d27bd1be3bbba67
parent 814bebb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)