am 74b11051: am e7173cee: Merge "Store odex files in oat/<isa>/ directory."
* commit '74b1105102ea00a30c516a06f8c5036d6ce44522': Store odex files in oat/<isa>/ directory.
This commit is contained in:
commit
c801deac20
|
@ -62,7 +62,7 @@ endif
|
||||||
# $(1): the arch name.
|
# $(1): the arch name.
|
||||||
# $(2): the full path (including file name) of the corresponding .jar or .apk.
|
# $(2): the full path (including file name) of the corresponding .jar or .apk.
|
||||||
define get-odex-file-path
|
define get-odex-file-path
|
||||||
$(dir $(2))$(1)/$(basename $(notdir $(2))).odex
|
$(dir $(2))oat/$(1)/$(basename $(notdir $(2))).odex
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# Returns the path to the image file (such as "/system/framework/<arch>/boot.art"
|
# Returns the path to the image file (such as "/system/framework/<arch>/boot.art"
|
||||||
|
|
Loading…
Reference in New Issue