As mentioned by Google for ART runtime (AOT) applications will be compiled in oat format/completely in native code.
Checked Nexus 6P device & system applications have oat folder but inside odex file is present. I was expecting corresponding oat files similar to boot.oat As far as I know odex is just optimized dex used from dalvik's time using dexopt tool.
ART should be using dex2oat during installation then why odex files are stored.
Can someone please provide explanation regarding this behavior ?
Thanks, Vinay