From 43a8a1902e5c42d084077e8ede6f14f8ddbdce24 Mon Sep 17 00:00:00 2001 From: sjindel-google Date: Thu, 21 Nov 2019 12:09:43 +0100 Subject: [PATCH] Fix erroneous comments referring to blobs snapshots. (#41378) --- .../bin/tasks/module_host_with_custom_build_test.dart | 4 ++-- dev/devicelab/lib/tasks/perf_tests.dart | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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 = [