Home | History | Annotate | Download | only in core

Lines Matching full:boot

36         --boot-dir=$(DEXPREOPT_BOOT_JAR_DIR) \
37 --boot-jars=$(DEXPREOPT_BOOT_JARS) \
43 # Special rules for building odex files for boot jars that override java_library.mk rules
45 # $(1): boot jar module name
46 define _dexpreopt-boot-odex
52 @echo "Dexpreopt Boot Jar: $$@"
61 $(foreach b,$(DEXPREOPT_BOOT_JARS_MODULES),$(eval $(call _dexpreopt-boot-odex,$(b))))
63 # $(1): the rest list of boot jars
64 define _build-dexpreopt-boot-jar-dependency-pair
69 $(eval $(call _build-dexpreopt-boot-jar-dependency-pair,$(wordlist 2,999,$(1)))))
72 define _build-dexpreopt-boot-jar-dependency
73 $(call _build-dexpreopt-boot-jar-dependency-pair,$(DEXPREOPT_BOOT_JARS_MODULES))
76 $(eval $(call _build-dexpreopt-boot-jar-dependency))