summaryrefslogtreecommitdiff
path: root/libdexfile/dex/dex_file_exception_helpers.h
AgeCommit message (Collapse)Author
2019-01-02ART: Move dex structs into own headerAndreas Gampe
Separating out the structs from DexFile allows them to be forward- declared, which reduces the need to include the dex_file header. Bug: 119869270 Test: m Change-Id: I32dde5a632884bca7435cd584b4a81883de2e7b4
2018-02-14Move libdexfile out of runtimeDavid Sehr
Move the files out of runtime, leaving unfortunate dependences still there on runtime/base (for the moment). Also separates the build logic into two Android.bp files. Bug: 22322814 Test: make -j 50 test-art-host Change-Id: Ib0a1cda833b29ecfa4c8c50f23fab89ba666f491