HomeSort by relevance Sort by last modified time
    Searched refs:odex (Results 1 - 6 of 6) sorted by null

  /build/core/
setup_one_odex.mk 17 # Set up variables and dependency for one odex file
21 my_built_odex := $(call get-odex-file-path,$($(my_2nd_arch_prefix)DEX2OAT_TARGET_ARCH),$(LOCAL_BUILT_MODULE))
35 my_installed_odex := $(call get-odex-file-path,$($(my_2nd_arch_prefix)DEX2OAT_TARGET_ARCH),$(LOCAL_INSTALLED_MODULE))
dex_preopt_odex_install.mk 1 # dexpreopt_odex_install.mk is used to define odex creation rules for JARs and APKs
49 # For libart, the boot jars' odex files are replaced by $(DEFAULT_DEX_PREOPT_INSTALLED_IMAGE).
52 # Append the odex for the 2nd arch if we have one.
56 # For a Java library, by default we build odex for both 1st arch and 2nd arch.
65 # Odex for the 1st arch
69 # Odex for the 2nd arch
106 # Use pattern rule - we may have multiple installed odex files.
107 # Ugly syntax - See the definition get-odex-file-path.
119 # Make sure to install the .odex when you run "make <module_name>"
dex_preopt_libart.mk 61 # Returns the path to the .odex file
64 define get-odex-file-path
65 $(dir $(2))oat/$(1)/$(basename $(notdir $(2))).odex
94 # $(2): the output .odex file
java.mk 302 # defines built_odex along with rule to install odex
  /art/oatdump/
Android.mk 81 dump-oat-Calculator: $(TARGET_OUT_APPS)/Calculator.odex $(DEFAULT_DEX_PREOPT_BUILT_IMAGE) $(OATDUMP)
  /art/
Android.mk 45 find $(OUT_DIR) -name "*.oat" -o -name "*.odex" -o -name "*.art" | xargs rm -f
324 OUT_OAT_FILE := $(PRODUCT_OUT)/$(basename $(1)).odex

Completed in 229 milliseconds