From 84caad6a6af9052eb8f4feeaf93b510922d20a08 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Mon, 10 Jan 2022 09:48:55 +0000 Subject: Reland "Remove old unquickening of vdex logic." This reverts commit dcf9570d756aa74a2330406c13330c18c34e0db2. Bug: 170086509 Reason for revert: Fix handling of input-vdex file. Change-Id: Idbd59d4fe2be672858f33668a8564933518c28df --- runtime/oat_file_assistant.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtime/oat_file_assistant.cc') diff --git a/runtime/oat_file_assistant.cc b/runtime/oat_file_assistant.cc index 414b24e419..c303a7b3d2 100644 --- a/runtime/oat_file_assistant.cc +++ b/runtime/oat_file_assistant.cc @@ -877,7 +877,6 @@ const OatFile* OatFileAssistant::OatFileInfo::GetFile() { filename_, /*writable=*/ false, /*low_4gb=*/ false, - /*unquicken=*/ false, &error_msg); } } @@ -885,7 +884,6 @@ const OatFile* OatFileAssistant::OatFileInfo::GetFile() { vdex = VdexFile::Open(filename_, /*writable=*/ false, /*low_4gb=*/ false, - /*unquicken=*/ false, &error_msg); } if (vdex == nullptr) { -- cgit v1.2.3-59-g8ed1b