Home | History | Annotate | Download | only in core

Lines Matching defs:libs

423 # of the module. Usually $PROJECT/libs/<abi>/<prefix><module><suffix>
506 # An installable module is one that will be copied to $PROJECT/libs/<abi>/
645 module-get-static-libs = $(__ndk_modules.$1.STATIC_LIBRARIES)
652 module-get-whole-static-libs = $(__ndk_modules.$1.WHOLE_STATIC_LIBRARIES)
659 module-get-all-static-libs = $(strip \
668 module-get-shared-libs = $(__ndk_modules.$1.SHARED_LIBRARIES)
677 module-get-direct-libs = $(strip \
714 # libraries. Use module-extract-whole-static-libs to filter the
717 module-get-link-libs = $(strip \
721 # Special dependency function used by nodule-get-link-libs.
728 $(call module-get-direct-libs,$1))
739 module-extract-whole-static-libs = $(strip \
740 $(eval _ndk_mod_whole_all := $(call map,module-get-whole-static-libs,$1 $2))\
1644 # An installable module is one that will be copied to $PROJECT/libs/<abi>/