summaryrefslogtreecommitdiff
path: root/runtime/oat_file_assistant.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2018-02-27 17:26:11 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2018-02-27 17:26:11 +0000
commita19b7649faf8780737be7ce3ec48a12d81c6d69f (patch)
treea96372834531ab26b0fae78ce9ef4fecac3ef2c1 /runtime/oat_file_assistant.h
parentd6f914ea4bd09f2d60db2783f7a3fd93d3ec0afb (diff)
Revert "Full-stack integrity: check vdex contents."
bug: 30972906 Test fails on device. This reverts commit d6f914ea4bd09f2d60db2783f7a3fd93d3ec0afb. Change-Id: I53902b0d6d4dbe8237f61bf01542acf538229c71
Diffstat (limited to 'runtime/oat_file_assistant.h')
-rw-r--r--runtime/oat_file_assistant.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/oat_file_assistant.h b/runtime/oat_file_assistant.h
index 6da49a9c29..a184807b73 100644
--- a/runtime/oat_file_assistant.h
+++ b/runtime/oat_file_assistant.h
@@ -508,9 +508,6 @@ class OatFileAssistant {
// Whether only oat files on /system are loaded executable.
const bool only_load_system_executable_ = false;
- // Whether the potential zip file only contains uncompressed dex.
- // Will be set during GetRequiredDexChecksums.
- bool zip_file_only_contains_uncompressed_dex_ = true;
// Cached value of the required dex checksums.
// This should be accessed only by the GetRequiredDexChecksums() method.