From 7da3956e3ff5c96ffd56d5e52057a230536a2d46 Mon Sep 17 00:00:00 2001 From: Jiakai Zhang Date: Mon, 6 Mar 2023 19:16:48 +0000 Subject: Revert^4 "Add the mainline framework boot image extensio... Revert submission 2465993-boot-image-mainline-revert Reason for revert: Relanding the changes Reverted changes: /q/submissionid:2465993-boot-image-mainline-revert Change-Id: I5dd81f74c08faccd1643c2b01826e6a76cbb10c5 --- test/generate-boot-image/generate-boot-image.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/generate-boot-image/generate-boot-image.cc') diff --git a/test/generate-boot-image/generate-boot-image.cc b/test/generate-boot-image/generate-boot-image.cc index 475bfb1528..f22bad4587 100644 --- a/test/generate-boot-image/generate-boot-image.cc +++ b/test/generate-boot-image/generate-boot-image.cc @@ -109,8 +109,9 @@ int main(int argc, char** argv) { android::base::InitLogging(argv, android::base::LogdLogger(android::base::SYSTEM)); std::string dir = ""; - // Set the compiler filter to `verify` by default to make test preparation faster. - std::string compiler_filter = "verify"; + // Set the compiler filter to `speed-profile` by default to make test preparation + // faster and behave like normal boot image generation. + std::string compiler_filter = "speed-profile"; for (int i = 1; i < argc; i++) { std::string_view arg{argv[i]}; if (android::base::ConsumePrefix(&arg, "--output-dir=")) { -- cgit v1.2.3-59-g8ed1b