am c801deac: am 74b11051: am e7173cee: Merge "Store odex files in oat/<isa>/ directory."

* commit 'c801deac20c6944095e2316bb4b97b3dc3e11446':
  Store odex files in oat/<isa>/ directory.
This commit is contained in:
Richard Uhler 2015-03-26 18:19:19 +00:00 committed by Android Git Automerger
commit f9910756dd
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ endif
# $(1): the arch name.
# $(2): the full path (including file name) of the corresponding .jar or .apk.
define get-odex-file-path
$(dir $(2))$(1)/$(basename $(notdir $(2))).odex
$(dir $(2))oat/$(1)/$(basename $(notdir $(2))).odex
endef
# Returns the path to the image file (such as "/system/framework/<arch>/boot.art"