mv tools/trace_to_text src/traceconv
Change-Id: I93a259c76b7d22e41eeb95127569ab78fb5f9a1d
diff --git a/tools/roll-prebuilts b/tools/roll-prebuilts
index 9ef513c..74b01f1 100755
--- a/tools/roll-prebuilts
+++ b/tools/roll-prebuilts
@@ -51,7 +51,7 @@
},
{
'script': 'traceconv',
- 'tool': 'trace_to_text',
+ 'tool': 'traceconv',
'archs': ['mac-amd64', 'mac-arm64', 'linux-amd64', 'windows-amd64']
},
{
@@ -66,12 +66,12 @@
},
{
'script': 'heap_profile',
- 'tool': 'trace_to_text',
+ 'tool': 'traceconv',
'archs': ['mac-amd64', 'mac-arm64', 'windows-amd64', 'linux-amd64']
},
{
'script': 'cpu_profile',
- 'tool': 'trace_to_text',
+ 'tool': 'traceconv',
'archs': ['mac-amd64', 'windows-amd64', 'linux-amd64']
},
{