diff options
Diffstat (limited to 'odrefresh/odrefresh_main.cc')
-rw-r--r-- | odrefresh/odrefresh_main.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/odrefresh/odrefresh_main.cc b/odrefresh/odrefresh_main.cc index c0e5adeec9..07ea060eec 100644 --- a/odrefresh/odrefresh_main.cc +++ b/odrefresh/odrefresh_main.cc @@ -27,6 +27,7 @@ #include "arch/instruction_set.h" #include "base/file_utils.h" #include "base/globals.h" +#include "base/mem_map.h" #include "base/stl_util.h" #include "odr_common.h" #include "odr_compilation_log.h" @@ -268,6 +269,7 @@ int main(int argc, char** argv) { if (!config.GetCompilationOsMode()) { android::base::InitLogging(argv, android::base::LogdLogger(android::base::SYSTEM)); } + art::MemMap::Init(); // Needed by DexFileLoader. argv += n; argc -= n; |