summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2018-02-27 17:26:11 +0000
committerNicolas Geoffray <ngeoffray@google.com>2018-02-27 17:26:11 +0000
commita19b7649faf8780737be7ce3ec48a12d81c6d69f (patch)
treea96372834531ab26b0fae78ce9ef4fecac3ef2c1 /runtime/runtime.cc
parentd6f914ea4bd09f2d60db2783f7a3fd93d3ec0afb (diff)
downloadart-a19b7649faf8780737be7ce3ec48a12d81c6d69f.tar.gz
art-a19b7649faf8780737be7ce3ec48a12d81c6d69f.tar.bz2
art-a19b7649faf8780737be7ce3ec48a12d81c6d69f.zip
Revert "Full-stack integrity: check vdex contents."
bug: 30972906 Test fails on device. This reverts commit d6f914ea4bd09f2d60db2783f7a3fd93d3ec0afb. Change-Id: I53902b0d6d4dbe8237f61bf01542acf538229c71
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r--runtime/runtime.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index 4442fc6a54..2074f1e5f5 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -1593,11 +1593,6 @@ bool Runtime::Init(RuntimeArgumentMap&& runtime_options_in) {
VLOG(startup) << "Runtime::Init exiting";
- // Set OnlyUseSystemOatFiles only after boot classpath has been set up.
- if (runtime_options.Exists(Opt::OnlyUseSystemOatFiles)) {
- oat_file_manager_->SetOnlyUseSystemOatFiles();
- }
-
return true;
}