diff options
Diffstat (limited to 'runtime/dexopt_test.h')
-rw-r--r-- | runtime/dexopt_test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/dexopt_test.h b/runtime/dexopt_test.h index bfae8a180d..a2363939ea 100644 --- a/runtime/dexopt_test.h +++ b/runtime/dexopt_test.h @@ -32,6 +32,8 @@ class DexoptTest : public Dex2oatEnvironmentTest { void PostRuntimeCreate() override; + std::string GenerateAlternateImage(const std::string& scratch_dir); + // Generate an oat file for the purposes of test. // The oat file will be generated for dex_location in the given oat_location // with the following configuration: |