summaryrefslogtreecommitdiff
path: root/compiler/oat_test.cc
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2016-12-20 13:17:09 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2016-12-21 10:53:37 +0000
commit81f57d12de3f3983bbee1e8214a6088aa7bd504b (patch)
tree235f20ae3cf13d42d3d83d076b1a88ed29c2cc9d /compiler/oat_test.cc
parentd54f43ca39dfa92f08c2d760123f185f0f65fb86 (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/oat_test.cc')
-rw-r--r--compiler/oat_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/oat_test.cc b/compiler/oat_test.cc
index edc93ab0c4..86d92ff0b5 100644
--- a/compiler/oat_test.cc
+++ b/compiler/oat_test.cc
@@ -198,6 +198,7 @@ class OatTest : public CommonCompilerTest {
compiler_driver_->GetInstructionSetFeatures(),
&key_value_store,
verify,
+ /* update_input_vdex */ false,
&opened_dex_files_map,
&opened_dex_files)) {
return false;