diff options
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_; |