diff options
| author | 2016-11-01 09:11:45 +0000 | |
|---|---|---|
| committer | 2016-11-01 09:11:46 +0000 | |
| commit | bda454e9a09018cde1ea2ee10f0fdd5bf2ad756b (patch) | |
| tree | 58f1e3aaa737365b4994323b6c46897f78d4b14f /runtime/common_runtime_test.h | |
| parent | b2aaf1d63f94852960796603d6872c11eafb789f (diff) | |
| parent | d01f60cbed4ba360b84f1310d2e0d422d6a16534 (diff) | |
Merge "Add a VerifierDeps::Dump method."
Diffstat (limited to 'runtime/common_runtime_test.h')
| -rw-r--r-- | runtime/common_runtime_test.h | 2 |
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_; |