commit | 820fe32d467b7b8b25ef1645eec8876492619f75 | [log] [tgz] |
---|---|---|
author | Richard Uhler <ruhler@google.com> | Mon Mar 16 14:38:17 2015 -0700 |
committer | Richard Uhler <ruhler@google.com> | Wed Mar 18 12:41:31 2015 -0700 |
tree | 9a7d0ca3ced124ac436de20a4b97dda65e041ba7 | |
parent | edb88c94fb628a66fdf4e3d1eda844e6bb0b9bf3 [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/art and platform/frameworks/native. Bug: 19550105 Change-Id: I4c6be4f0c41ff175904846db8e360c4af815b265