Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74b11051 authored by Richard Uhler's avatar Richard Uhler Committed by Android Git Automerger
Browse files

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

* commit 'e7173cee':
  Store odex files in oat/<isa>/ directory.
parents 07aa4c1f e7173cee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"