diff --git a/dev/devicelab/bin/tasks/module_host_with_custom_build_test.dart b/dev/devicelab/bin/tasks/module_host_with_custom_build_test.dart index 20324aab64..59a860e416 100644 --- a/dev/devicelab/bin/tasks/module_host_with_custom_build_test.dart +++ b/dev/devicelab/bin/tasks/module_host_with_custom_build_test.dart @@ -236,7 +236,7 @@ Future main() async { return TaskResult.failure('Failed to build app-demo-release-unsigned.apk'); } - section('Verify AOT blobs in app-demo-release-unsigned.apk'); + section('Verify AOT ELF in app-demo-release-unsigned.apk'); checkCollectionContains([ ...flutterAssets, @@ -274,7 +274,7 @@ Future main() async { return TaskResult.failure('Failed to build app-demo-prod-unsigned.apk'); } - section('Verify AOT blobs in app-demo-prod-unsigned.apk'); + section('Verify AOT ELF in app-demo-prod-unsigned.apk'); checkCollectionContains([ ...flutterAssets, diff --git a/dev/devicelab/lib/tasks/perf_tests.dart b/dev/devicelab/lib/tasks/perf_tests.dart index 1cc4d20d90..9fdbcf0dc4 100644 --- a/dev/devicelab/lib/tasks/perf_tests.dart +++ b/dev/devicelab/lib/tasks/perf_tests.dart @@ -342,7 +342,6 @@ class CompileTest { } static Future> _compileAot() async { - // Generate blobs instead of assembly. await flutter('clean'); final Stopwatch watch = Stopwatch()..start(); final List options = [