summaryrefslogtreecommitdiff
path: root/runtime/class_loader_context.h
diff options
context:
space:
mode:
author Calin Juravle <calin@google.com> 2020-12-11 18:26:14 -0800
committer Calin Juravle <calin@google.com> 2020-12-14 19:00:35 +0000
commit5ff2393e1fb6e61fc74f20c66f80f4b8656987d1 (patch)
treee94b8cfc92379678b4f2e6446aa6d28a6408222f /runtime/class_loader_context.h
parent99459f3bdd8d569ec7054920cbc32e6915d1e125 (diff)
Remove stripped-apk related logic from CLC
Stripped-apks are no longer supported by the runtime and the current logic prevents bug fixes and code evolution. Bug: 111442216 Test: test-art-host Change-Id: I30d5825e4f6453981ca9165bebafe67557c28b93
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.