commit | 7cc3ae5705416bd8fc4b7096904e2871aa761e73 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Mar 07 14:33:37 2017 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Tue Mar 07 17:44:43 2017 +0000 |
tree | 7828e0346d1961b1454a56fa7759b72c13e1b67a | |
parent | a86b359441f349d9057d05c32c88c375d794cf86 [diff] |
Return the right value in VerifyClass. We used to return kNoFailure when a class was already processed. But it could have had soft failures. Also remove IsCompileTimeVerified to avoid future confusions and introduce ShouldVerifyAtRuntime. Add some more checks to make sure we record the right things in the vdex file. bug: 33845394 test: verifier_deps_test test-art-host Change-Id: Iff11a96e825c85db416083413761981515f405b7