HomeSort by relevance Sort by last modified time
    Searched full:shared_libs (Results 1 - 8 of 8) sorted by null

  /external/iproute2/genl/
Makefile 4 SHARED_LIBS ?= y
15 ifeq ($(SHARED_LIBS),y)
30 ifneq ($(SHARED_LIBS),y)
  /external/iproute2/ip/
Makefile 34 SHARED_LIBS ?= y
35 ifeq ($(SHARED_LIBS),y)
  /external/compiler-rt/test/asan/TestCases/Posix/
asan-symbolize-sanity-test.cc 46 #else // SHARED_LIBS
62 #endif // SHARED_LIBS
shared-lib-test.cc 41 #else // SHARED_LIBS
57 #endif // SHARED_LIBS
  /external/iproute2/
Makefile 14 SHARED_LIBS = y
17 ifneq ($(SHARED_LIBS),y)
  /external/iproute2/tc/
Makefile 6 SHARED_LIBS ?= y
74 ifeq ($(SHARED_LIBS),y)
145 ifneq ($(SHARED_LIBS),y)
  /ndk/build/core/
build-binary.mk 580 # shared_libs(main.exe) = libfoo.so
592 shared_libs := $(call module-filter-shared-libraries,$(all_libs)) macro
599 $(call -ndk-mod-debug,. shared_libs='$(shared_libs)')
603 shared_libs := $(call map,module-get-built,$(shared_libs))\ macro
608 $(call -ndk-mod-debug,. built_shared_libs='$(shared_libs)')
620 $(shared_libs)))
631 $(LOCAL_BUILT_MODULE): $(shared_libs) $(static_libs) $(whole_static_libs)
636 $(LOCAL_BUILT_MODULE): PRIVATE_SHARED_LIBRARIES := $(shared_libs))
    [all...]
definitions.mk     [all...]

Completed in 222 milliseconds