redex
redex copied to clipboard
Support for Dex 037 ?
I am an android developer. I see that commit contains the information that 037 is supported by redex. Is 037 supported by redex now?
Not fully supported; we still have to go through our optimizations to see if they make any implicit assumptions that break with 037.
It looks like V37 requires parent classes to go before derived ones: https://android.googlesource.com/platform/art/+/31349988d7c44fe453bde9525fd10a371e543c28%5E!/
I don't see this being checked in Redex, or am I missing it?
I don't think we're checking that yet. I think we only have the ability to read in a v037 dex file, but not output one yet.
Thanks for finding that new constraint we'll have to work with.