Lines Matching defs:static
475 # Arguments: 1: list of whole static libraries
476 # Returns : linker flags to use the whole static libraries
478 # Rationale: This function is used to put the list of whole static libraries
501 # type -> type of module (e.g. 'static', 'shared', ...)
517 # Note that some modules are never installed (e.g. static libraries).
723 # Function : module-add-static-depends
725 # 2: list/set of static library modules this module depends on.
727 # Usage : $(call module-add-static-depends,<modulename>,<list of module names>)
728 # Rationale: Record that a module depends on a set of static libraries.
729 # Use module-get-static-dependencies to retrieve final list.
731 module-add-static-depends = \
746 # Used internally by module-add-static-depends and module-add-shared-depends
760 $(call module-add-static-depends,$1,$(__ndk_modules.$1.STATIC_LIBRARIES))\
761 $(call module-add-static-depends,$1,$(__ndk_modules.$1.WHOLE_STATIC_LIBRARIES))\
842 # $1: list of C++ runtime static libraries (if any)
926 # $2: list of C++ runtime static libraries (if any)
1707 # static libraries:
1727 # prebuilt static library
1743 # $3: list of static libraries all modules will depend on
1822 # Register the static version of the GAbi++ C++ runtime