diff options
author | 2018-02-28 13:27:55 +0000 | |
---|---|---|
committer | 2018-02-28 13:31:13 +0000 | |
commit | 66ff8a8b82ff103d48d40e8dad01342c2d6f6d0d (patch) | |
tree | f1e177b7276d0387bc109fa12e6bd4cde060d5e9 /runtime/oat_file_assistant.h | |
parent | 878124c13b794900b0f5c437f52ac0f61538ab55 (diff) |
Revert "Revert "Full-stack integrity: check vdex contents.""
bug: 30972906
Initial revert due to 'check' file of the test needing updating for target tests.
This reverts commit a19b7649faf8780737be7ce3ec48a12d81c6d69f.
Change-Id: I455780bd88cd89ff80c9084d399e2beeb819b95f
Diffstat (limited to 'runtime/oat_file_assistant.h')
-rw-r--r-- | runtime/oat_file_assistant.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/oat_file_assistant.h b/runtime/oat_file_assistant.h index a184807b73..6da49a9c29 100644 --- a/runtime/oat_file_assistant.h +++ b/runtime/oat_file_assistant.h @@ -508,6 +508,9 @@ 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. |