commit | 6343411e52d2a59cd716cb47a85ebd0d68e61a3c | [log] [tgz] |
---|---|---|
author | Richard Uhler <ruhler@google.com> | Mon Mar 16 14:32:16 2015 -0700 |
committer | Richard Uhler <ruhler@google.com> | Wed Mar 25 14:44:44 2015 -0700 |
tree | 64f9be60771f0e40fcea0706ab14afffc95f9d3a | |
parent | 19c1c124fb92a13c5f59dfde8f638b7bf9b73abb [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 change in platform/build and platform/frameworks/native. Bug: 19550105 Change-Id: I4c6be4f0c41ff175904846db8e360c4af815b265