Searched defs:full_java_lib_deps (Results 1 - 2 of 2) sorted by relevance

/build/core/
H A Ddroiddoc.mk58 full_java_lib_deps := $(full_java_libs) macro
81 full_java_lib_deps := $(call java-lib-deps,$(LOCAL_JAVA_LIBRARIES)) $(LOCAL_CLASSPATH) macro
157 $(full_target): $(full_src_files) $(droiddoc_templates) $(droiddoc) $(html_dir_files) $(full_java_lib_deps) $(LOCAL_ADDITIONAL_DEPENDENCIES)
192 $(full_target): $(full_src_files) $(full_java_lib_deps)
H A Dbase_rules.mk410 # full_java_lib_deps: Should be specified as a prerequisite of this module
418 full_java_lib_deps := $(call java-lib-deps,$(LOCAL_JAVA_LIBRARIES),$(LOCAL_IS_HOST_MODULE)) macro
424 full_java_lib_deps := $(full_shared_java_libs) macro
428 full_java_lib_deps := $(call java-lib-deps,$(LOCAL_JAVA_LIBRARIES),$(LOCAL_IS_HOST_MODULE)) macro
431 full_java_lib_deps += $(full_static_java_libs) $(LOCAL_CLASSPATH)
445 full_java_lib_deps += $(link_apk_libraries)
463 full_java_lib_deps += $(link_instr_classes_jar)

Completed in 22 milliseconds