OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shared_libs
(Results
1 - 6
of
6
) sorted by null
/external/iproute2/genl/
Makefile
4
SHARED_LIBS
?= y
13
ifeq ($(
SHARED_LIBS
),y)
28
ifneq ($(
SHARED_LIBS
),y)
/external/iproute2/ip/
Makefile
27
SHARED_LIBS
?= y
28
ifeq ($(
SHARED_LIBS
),y)
/external/iproute2/
Makefile
13
SHARED_LIBS
= y
16
ifneq ($(
SHARED_LIBS
),y)
/external/iproute2/tc/
Makefile
6
SHARED_LIBS
?= y
69
ifeq ($(
SHARED_LIBS
),y)
134
ifneq ($(
SHARED_LIBS
),y)
/ndk/build/core/
build-binary.mk
385
#
shared_libs
(main.exe) = libfoo.so
397
shared_libs
:= $(call module-filter-shared-libraries,$(all_libs))
macro
404
$(call -ndk-mod-debug,.
shared_libs
='$(
shared_libs
)')
408
shared_libs
:= $(call map,module-get-built,$(
shared_libs
))\
macro
413
$(call -ndk-mod-debug,. built_shared_libs='$(
shared_libs
)')
434
$(
shared_libs
)))
436
$(LOCAL_BUILT_MODULE): $(
shared_libs
) $(static_libs) $(whole_static_libs)
440
$(LOCAL_BUILT_MODULE): PRIVATE_SHARED_LIBRARIES := $(
shared_libs
))
[
all
...]
definitions.mk
[
all
...]
Completed in 294 milliseconds