commit | 009b8771323ce69658c1ac0254c3259186107fb6 | [log] [tgz] |
---|---|---|
author | Richard Uhler <ruhler@google.com> | Wed Mar 18 12:39:09 2015 -0700 |
committer | Richard Uhler <ruhler@google.com> | Wed Mar 25 11:11:05 2015 -0700 |
tree | 13838bccdc4f1c9b744e5a56f6531b240040d1b9 | |
parent | a527c07b8d078f7da1114b7055f65b479a148729 [diff] |
Store odex files in oat/<isa>/ directory. Previously odex files were stored alongside the dex location as: dex location: /foo/bar/base.apk odex location: /foo/bar/<isa>/base.odex This changes where odex files are stored, adding an "oat" directory: dex location: /foo/bar/base.apk odex location: /foo/bar/oat/<isa>/base.odex See also the corresponding changes in platform/art and platform/build. Bug: 19550105 Change-Id: I4c6be4f0c41ff175904846db8e360c4af815b265