summaryrefslogtreecommitdiff
path: root/runtime/oat_file_assistant.cc
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2022-01-10 09:48:55 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2022-01-12 13:45:33 +0000
commit84caad6a6af9052eb8f4feeaf93b510922d20a08 (patch)
tree61cfb68aed0db8e59245a93627343cb870f33546 /runtime/oat_file_assistant.cc
parent7ef64b191b546c607f510699f98f99d3b2995002 (diff)
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
Diffstat (limited to 'runtime/oat_file_assistant.cc')
-rw-r--r--runtime/oat_file_assistant.cc2
1 files changed, 0 insertions, 2 deletions
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) {