OSDN Git Service

Store odex files in oat/<isa>/ directory.
authorRichard Uhler <ruhler@google.com>
Wed, 18 Mar 2015 19:39:09 +0000 (12:39 -0700)
committerRichard Uhler <ruhler@google.com>
Wed, 25 Mar 2015 18:11:05 +0000 (11:11 -0700)
commit009b8771323ce69658c1ac0254c3259186107fb6
tree13838bccdc4f1c9b744e5a56f6531b240040d1b9
parenta527c07b8d078f7da1114b7055f65b479a148729
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
cmds/installd/commands.c