Home | History | Annotate | Download | only in core

Lines Matching refs:static

31 # A list of LOCAL_XXX variables that are ignored for static libraries.
42 $(call __ndk_info,WARNING:$(LOCAL_MAKEFILE):$(LOCAL_MODULE): $(_notvar) is always ignored for static libraries)\
95 # it is defined for non-static library modules.
99 $(call __ndk_info,WARNING:$(LOCAL_MAKEFILE):$(LOCAL_MODULE): LOCAL_THIN_ARCHIVE is for building static libraries)
208 # enable PIE for executable beyond certain API level, unless "-static"
211 ifeq (,$(filter -static,$(TARGET_LDFLAGS) $(LOCAL_LDFLAGS) $(NDK_APP_LDFLAGS)))
467 # Handle the static and shared libraries this module depends on
482 # list of all object files and/or static/shared libraries that appear on the
510 # This is a static library module, things are very easy. We only need
513 # static or shared libraries, there is no need to actually build them
527 $(call ndk_log,Building static library module '$(LOCAL_MODULE)' with linker list file)
537 $(call ndk_log,$(TARGET_ARCH_ABI):Building static library '$(LOCAL_MODULE)' as thin archive)
544 $(LOCAL_BUILT_MODULE): PRIVATE_BUILD_STATIC_LIB := $(cmd-build-static-library)
561 # - collect the list of all static libraries that need to be part
568 # LOCAL_SHARED_LIBRARIES for the module and all its dependent static
593 static_libs := $(call module-filter-static-libraries,$(all_libs))
594 whole_static_libs := $(call module-extract-whole-static-libs,$(LOCAL_MODULE),$(static_libs))
612 # The list of object/static/shared libraries passed to the linker when