commit | 094c315126e451ab8ea04e119568da95ab3d5a03 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Wed May 31 16:27:09 2023 +0100 |
committer | David Srbecky <dsrbecky@google.com> | Wed Jun 07 12:49:54 2023 +0000 |
tree | 3218fb0c5943880af54985a60f29fc48dbeb2fa5 | |
parent | ef18e90b58e2c4c9b03cd37ed6a53da0a0986d5b [diff] |
Remove superfluous verification from dex2oat All input dex files are verified in WriteDexFiles before we copy them. We need to re-open the DexFiles from the copy in vdex, but we don't need to verify them again. Bug: 282589477 Test: ./art/test.py -b --host Change-Id: I92ed2a572613d9d8f6e2014fbaa1c51071a86b42