Home | History | Annotate | Download | only in core

Lines Matching defs:libs

438 # of the module. Usually $PROJECT/libs/<abi>/<prefix><module><suffix>
522 # An installable module is one that will be copied to $PROJECT/libs/<abi>/
662 module-get-static-libs = $(__ndk_modules.$1.STATIC_LIBRARIES)
669 module-get-whole-static-libs = $(__ndk_modules.$1.WHOLE_STATIC_LIBRARIES)
676 module-get-all-static-libs = $(strip \
685 module-get-shared-libs = $(__ndk_modules.$1.SHARED_LIBRARIES)
694 module-get-direct-libs = $(strip \
731 # libraries. Use module-extract-whole-static-libs to filter the
734 module-get-link-libs = $(strip \
738 # Special dependency function used by module-get-link-libs.
745 $(call module-get-direct-libs,$1))
756 module-extract-whole-static-libs = $(strip \
757 $(eval _ndk_mod_whole_all := $(call map,module-get-whole-static-libs,$1 $2))\
1892 # An installable module is one that will be copied to $PROJECT/libs/<abi>/