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

  /build/core/
dex_preopt_libdvm.mk 12 $(DEXPREOPT_BOOT_JAR_DIR_FULL_PATH)/$(b).odex)
28 # $(2): the output .odex file
43 # Special rules for building odex files for boot jars that override java_library.mk rules
46 define _dexpreopt-boot-odex
48 _dbj_odex := $(DEXPREOPT_BOOT_JAR_DIR_FULL_PATH)/$(1).odex
61 $(foreach b,$(DEXPREOPT_BOOT_JARS_MODULES),$(eval $(call _dexpreopt-boot-odex,$(b))))
66 $(eval _bdbjdp_target := $(DEXPREOPT_BOOT_JAR_DIR_FULL_PATH)/$(word 2,$(1)).odex) \
67 $(eval _bdbjdp_dep := $(DEXPREOPT_BOOT_JAR_DIR_FULL_PATH)/$(word 1,$(1)).odex) \
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 built_odex := $(basename $(LOCAL_BUILT_MODULE)).odex
50 installed_odex := $(basename $(LOCAL_INSTALLED_MODULE)).odex
53 # For libart, the boot jars' odex files are replaced by $(DEFAULT_DEX_PREOPT_INSTALLED_IMAGE).
56 # Append the odex for the 2nd arch if we have one.
61 built_odex := $(basename $(LOCAL_BUILT_MODULE)).odex
62 installed_odex := $(basename $(LOCAL_INSTALLED_MODULE)).odex
69 # For a Java library, we build odex for both 1st arch and 2nd arch, if we have one.
71 # Odex for the 1st arch
75 # Odex for the 2nd arc
    [all...]
dex_preopt_libart.mk 48 # Returns the path to the .odex file
51 define get-odex-file-path
52 $(dir $(2))$(1)/$(basename $(notdir $(2))).odex
81 # $(2): the output .odex file
java_library.mk 87 # For libart boot jars, we don't have .odex files.
89 dexpreopted_boot_odex := $(DEXPREOPT_BOOT_JAR_DIR_FULL_PATH)/$(dexpreopt_boot_jar_module).odex
96 # Use pattern rule - we may have multiple built odex files.
java.mk 258 # defines built_odex along with rule to install odex
main.mk 415 # additional storage requirements for ".odex" files can cause /system
    [all...]
  /art/
Android.mk 45 rm -f $(HOST_OUT_JAVA_LIBRARIES)/$(ART_HOST_ARCH)/*.odex
49 rm -f $(HOST_OUT_JAVA_LIBRARIES)/$(2ND_ART_HOST_ARCH)/*.odex
58 rm -f $(TARGET_OUT_UNSTRIPPED)/system/framework/*.odex
63 rm -f $(TARGET_OUT_APPS)/*.odex
64 rm -f $(TARGET_OUT_INTERMEDIATES)/JAVA_LIBRARIES/*_intermediates/javalib.odex
65 rm -f $(TARGET_OUT_INTERMEDIATES)/APPS/*_intermediates/*.odex
67 rm -f $(2ND_TARGET_OUT_INTERMEDIATES)/JAVA_LIBRARIES/*_intermediates/javalib.odex
68 rm -f $(2ND_TARGET_OUT_INTERMEDIATES)/APPS/*_intermediates/*.odex
303 OUT_OAT_FILE := $(PRODUCT_OUT)/$(basename $(1)).odex
  /art/oatdump/
Android.mk 92 dump-oat-Calculator: $(TARGET_OUT_APPS)/Calculator.odex $(DEFAULT_DEX_PREOPT_BUILT_IMAGE) $(OATDUMP)

Completed in 335 milliseconds