commit | 6d2b6bacc6ad5c7e85a8608094469088cd6c8f56 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Mon Dec 05 11:41:43 2022 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Mon Dec 05 16:55:48 2022 +0000 |
tree | 926f46bb27d8d5d2f1c9850bb476ebd2a2dd3e0b | |
parent | 569e66b0a2e05d84662c2ff324a99c38d95f8c6d [diff] |
When loading dex files from APKs, eagerly do checksums checks. When we create the OatFile/VdexFile, and the dex files are stored in the APK, we fetch them directly from the APK. To avoid reading the APK again when OatFileAssistant wants to check checksums, we do the checksums checks eagerly. Test: test.py Bug: 260862144 Change-Id: I2809b3698e11aeff47c0c8616dfff6a5483471ca