summaryrefslogtreecommitdiff
path: root/dexoptanalyzer/dexoptanalyzer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dexoptanalyzer/dexoptanalyzer.cc')
-rw-r--r--dexoptanalyzer/dexoptanalyzer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dexoptanalyzer/dexoptanalyzer.cc b/dexoptanalyzer/dexoptanalyzer.cc
index bedc4576d5..6d4b3e3e52 100644
--- a/dexoptanalyzer/dexoptanalyzer.cc
+++ b/dexoptanalyzer/dexoptanalyzer.cc
@@ -260,6 +260,7 @@ class DexoptAnalyzer FINAL {
oat_file_assistant = std::make_unique<OatFileAssistant>(dex_file_.c_str(),
isa_,
false /*load_executable*/,
+ false /*only_load_system_executable*/,
vdex_fd_,
oat_fd_,
zip_fd_);