summaryrefslogtreecommitdiff
path: root/runtime/common_runtime_test.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2016-11-01 09:11:45 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-11-01 09:11:46 +0000
commitbda454e9a09018cde1ea2ee10f0fdd5bf2ad756b (patch)
tree58f1e3aaa737365b4994323b6c46897f78d4b14f /runtime/common_runtime_test.h
parentb2aaf1d63f94852960796603d6872c11eafb789f (diff)
parentd01f60cbed4ba360b84f1310d2e0d422d6a16534 (diff)
Merge "Add a VerifierDeps::Dump method."
Diffstat (limited to 'runtime/common_runtime_test.h')
-rw-r--r--runtime/common_runtime_test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h
index 92934c6246..827e85e9b6 100644
--- a/runtime/common_runtime_test.h
+++ b/runtime/common_runtime_test.h
@@ -133,6 +133,8 @@ class CommonRuntimeTestImpl {
REQUIRES_SHARED(Locks::mutator_lock_);
jobject LoadDex(const char* dex_name) REQUIRES_SHARED(Locks::mutator_lock_);
+ jobject LoadMultiDex(const char* first_dex_name, const char* second_dex_name)
+ REQUIRES_SHARED(Locks::mutator_lock_);
std::string android_data_;
std::string dalvik_cache_;