commit | 2709b5fc91e9b151f0c48c52b3401d49e1e3c4ba | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Dec 21 15:06:46 2016 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Dec 21 16:03:14 2016 +0000 |
tree | ece570d778e53e58f2b7f21097524dbea771f3dc | |
parent | cb2ce333ee2d1053919fe0acc390369bea3ad77e [diff] |
Do not record dependencies on arrays. We do not record dependencies on arrays with component types in the compiled DEX files, as the only thing that might change is their access flags. If we were to change these flags in a breaking way, we would need to enforce full verification again anyways. Saves on doing type resolution during vdex update. Test: test-art-host Change-Id: Ib85e172a5cb99c2999eed8b6b37390aa6b5cac37