OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dexpreopt_boot_jar_module
(Results
1 - 4
of
4
) sorted by null
/build/make/core/
java_library.mk
83
ifneq ($(
dexpreopt_boot_jar_module
),) # boot jar
85
dexpreopted_boot_jar := $(DEXPREOPT_BOOT_JAR_DIR_FULL_PATH)/$(
dexpreopt_boot_jar_module
)_nodex.jar
dex_preopt_odex_install.mk
4
#
dexpreopt_boot_jar_module
181
dexpreopt_boot_jar_module
:= $(filter $(DEXPREOPT_BOOT_JARS_MODULES),$(LOCAL_MODULE))
macro
184
ifeq ($(
dexpreopt_boot_jar_module
),org.apache.http.legacy.boot)
185
dexpreopt_boot_jar_module
:=
macro
188
ifdef
dexpreopt_boot_jar_module
soong_java_prebuilt.mk
93
ifneq ($(
dexpreopt_boot_jar_module
),) # boot jar
95
dexpreopted_boot_jar := $(DEXPREOPT_BOOT_JAR_DIR_FULL_PATH)/$(
dexpreopt_boot_jar_module
)_nodex.jar
prebuilt_internal.mk
481
ifneq ($(
dexpreopt_boot_jar_module
),) # boot jar
483
dexpreopted_boot_jar := $(DEXPREOPT_BOOT_JAR_DIR_FULL_PATH)/$(
dexpreopt_boot_jar_module
)_nodex.jar
Completed in 926 milliseconds