commit | 7b074bf1ce559541d0c19ef793d9702a415ff74d | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Mon Sep 25 16:22:36 2017 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Wed Oct 11 11:30:11 2017 -0700 |
tree | acaf022c330649de7a1a4b372308132f44091c70 | |
parent | 432d91004b79c79deebeee6f6197e43adf6caafd [diff] |
Add a shared interface for different types of dex files Repurposed DexFile to be the shared API. Will be used for abstracting accesses to original dex files and CompactDex files. As implementation diverges, functionality will be moved from DexFile accordingly. Will consider renaming DexFile -> IDexFile in a follow up CL. Bug: 63756964 Test: test-art-host Change-Id: Iad2508c2b9a7b6e0669fca5f7d10299a9b1541a2