Go to file
Richard Uhler 820fe32d46 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
2015-03-18 12:41:31 -07:00
core Store odex files in oat/<isa>/ directory. 2015-03-18 12:41:31 -07:00
libs/host Remove HAVE_SYMLINKS. 2015-01-12 17:21:01 -08:00
target Support modules to be installed directly to recovery.img 2015-03-11 10:38:13 -07:00
tools Fix the error that free_string is not defined. 2015-03-11 17:22:43 +00:00
.gitignore Delete .swp file added by accident. 2014-07-22 17:42:35 -07:00
CleanSpec.mk JIT default opt-in 2015-03-12 14:45:22 -07:00
buildspec.mk.default Remove WEBCORE_INSTRUMENTATION and ENABLE_SVG 2013-07-25 15:52:17 -07:00
envsetup.sh am 6492792d: Merge "Consult tput about color control sequence support" 2015-03-03 19:02:37 +00:00