OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_link_deps
(Results
1 - 8
of
8
) sorted by null
/build/make/core/
link_type.mk
10
#
my_link_deps
: the dependencies, in the form of <MODULE_CLASS>:<name>
20
$(link_type).DEPS := $(addprefix $(my_link_prefix):,$(
my_link_deps
))
install_jni_libs_internal.mk
124
my_link_deps
:= $(addprefix SHARED_LIBRARIES:,$(LOCAL_JNI_SHARED_LIBRARIES))
macro
prebuilt_internal.mk
146
my_link_deps
:=
macro
307
my_link_deps
:=
macro
soong_app_prebuilt.mk
156
my_link_deps
:=
macro
soong_java_prebuilt.mk
151
my_link_deps
:=
macro
soong_cc_prebuilt.mk
82
my_link_deps
:=
macro
java_common.mk
544
my_link_deps
:= $(addprefix JAVA_LIBRARIES:,$(LOCAL_STATIC_JAVA_LIBRARIES) $(LOCAL_JAVA_LIBRARIES))
macro
545
my_link_deps
+= $(addprefix APPS:,$(apk_libraries))
binary.mk
1230
my_link_deps
:= $(addprefix STATIC_LIBRARIES:,$(my_whole_static_libraries) $(my_static_libraries))
macro
[
all
...]
Completed in 103 milliseconds