summaryrefslogtreecommitdiff
path: root/runtime/class_loader_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/class_loader_context.h')
-rw-r--r--runtime/class_loader_context.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/class_loader_context.h b/runtime/class_loader_context.h
index d564ec8eb4..a5eb2f1838 100644
--- a/runtime/class_loader_context.h
+++ b/runtime/class_loader_context.h
@@ -81,8 +81,7 @@ class ClassLoaderContext {
// TODO(calin): we're forced to complicate the flow in this class with a different
// OpenDexFiles step because the current dex2oat flow requires the dex files be opened before
// the class loader is created. Consider reworking the dex2oat part.
- bool OpenDexFiles(InstructionSet isa,
- const std::string& classpath_dir,
+ bool OpenDexFiles(const std::string& classpath_dir = "",
const std::vector<int>& context_fds = std::vector<int>());
// Remove the specified compilation sources from all classpaths present in this context.