diff options
| author | 2018-12-03 14:50:46 +0000 | |
|---|---|---|
| committer | 2018-12-03 14:50:46 +0000 | |
| commit | e239cdc2239b69199d2eab4b2943636be8ceb2ba (patch) | |
| tree | 4f53232e73c9feaf60c0dcf123068875afd26a9e /runtime/common_runtime_test.h | |
| parent | 8bda21f1d8bbc1060bf693f5d1666d3396d1cb69 (diff) | |
| parent | ec91d48cade73c54f7a03c5d53d863bc2490976e (diff) | |
Merge "Reduce core image to core-{oj,libart,simple}."
Diffstat (limited to 'runtime/common_runtime_test.h')
| -rw-r--r-- | runtime/common_runtime_test.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h index 0fee797015..319c7c7111 100644 --- a/runtime/common_runtime_test.h +++ b/runtime/common_runtime_test.h @@ -97,6 +97,9 @@ class CommonRuntimeTestImpl : public CommonArtTestImpl { return true; } + static bool StartDex2OatCommandLine(/*out*/std::vector<std::string>* argv, + /*out*/std::string* error_msg); + protected: // Allow subclases such as CommonCompilerTest to add extra options. virtual void SetUpRuntimeOptions(RuntimeOptions* options ATTRIBUTE_UNUSED) {} |