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

/build/core/
H A Ddroiddoc.mk59 full_java_lib_deps := $(full_java_libs) macro
85 full_java_lib_deps := $(call java-lib-deps,$(LOCAL_JAVA_LIBRARIES)) $(LOCAL_CLASSPATH) macro
167 $(full_java_lib_deps) \
206 $(full_target): $(full_src_files) $(full_java_lib_deps)
H A Djava_common.mk157 # full_java_lib_deps: Should be specified as a prerequisite of this module
195 full_java_lib_deps := $(call java-lib-deps,$(LOCAL_JAVA_LIBRARIES) $(my_additional_javac_libs),$(LOCAL_IS_HOST_MODULE)) macro
196 full_java_lib_deps := $(addsuffix .toc, $(full_java_lib_deps)) macro
209 full_java_lib_deps := $(full_shared_java_libs) macro
215 full_java_lib_deps := $(full_shared_java_libs) macro
220 full_java_lib_deps := $(full_java_lib_deps) $(full_static_java_libs) $(LOCAL_CLASSPATH) macro
235 full_java_lib_deps += $(link_apk_libraries)
253 full_java_lib_deps
[all...]

Completed in 122 milliseconds