diff options
author | 2016-12-20 13:17:09 +0000 | |
---|---|---|
committer | 2016-12-21 10:53:37 +0000 | |
commit | 81f57d12de3f3983bbee1e8214a6088aa7bd504b (patch) | |
tree | 235f20ae3cf13d42d3d83d076b1a88ed29c2cc9d /compiler/image_test.cc | |
parent | d54f43ca39dfa92f08c2d760123f185f0f65fb86 (diff) |
Update vdex in place if input_vdex_fd == output_vdex_fd
Test: test-art-host
bug: 30937355
Change-Id: Ib8180d67996faec518d9092725b5de00d4dba9f6
Diffstat (limited to 'compiler/image_test.cc')
-rw-r--r-- | compiler/image_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/image_test.cc b/compiler/image_test.cc index 1290379569..377eddcf74 100644 --- a/compiler/image_test.cc +++ b/compiler/image_test.cc @@ -244,6 +244,7 @@ void CompilationHelper::Compile(CompilerDriver* driver, driver->GetInstructionSetFeatures(), &key_value_store, /* verify */ false, // Dex files may be dex-to-dex-ed, don't verify. + /* update_input_vdex */ false, &cur_opened_dex_files_map, &cur_opened_dex_files); ASSERT_TRUE(dex_files_ok); |