commit | e993458e8192b24621cb88a6ebcdbfd66f01da45 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Fri Jan 19 21:23:04 2018 -0800 |
committer | Andreas Gampe <agampe@google.com> | Fri Jan 19 21:55:33 2018 -0800 |
tree | 4322c1b8b055cae814c28f326c07b301ca0f8b61 | |
parent | ba94510917814f9e79233bc6de192e87078c6941 [diff] |
ART: Allow oatstatus verification for app dependencies Allow taking verification state from the oat file durin compilation if the class is a dependency (thus not being compiled itself). This is necessary in case the dependency itself has been quickened and stripped, as quickened bytecodes are not supported during compile- time verification. Expose this through the CompilerCallbacks. Bug: 72237763 Test: m test-art-host Change-Id: I9b7d3a353d81a6422c3b145fd5c5b71f36c6f257