commit | 81f57d12de3f3983bbee1e8214a6088aa7bd504b | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Dec 20 13:17:09 2016 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Dec 21 10:53:37 2016 +0000 |
tree | 235f20ae3cf13d42d3d83d076b1a88ed29c2cc9d | |
parent | d54f43ca39dfa92f08c2d760123f185f0f65fb86 [diff] [blame] |
Update vdex in place if input_vdex_fd == output_vdex_fd Test: test-art-host bug: 30937355 Change-Id: Ib8180d67996faec518d9092725b5de00d4dba9f6
diff --git a/compiler/oat_test.cc b/compiler/oat_test.cc index edc93ab..86d92ff 100644 --- a/compiler/oat_test.cc +++ b/compiler/oat_test.cc
@@ -198,6 +198,7 @@ compiler_driver_->GetInstructionSetFeatures(), &key_value_store, verify, + /* update_input_vdex */ false, &opened_dex_files_map, &opened_dex_files)) { return false;