Searched defs:libs (Results 1 - 2 of 2) sorted by relevance

/ndk/build/core/
H A Ddefinitions.mk425 # of the module. Usually $PROJECT/libs/<abi>/<prefix><module><suffix>
509 # An installable module is one that will be copied to $PROJECT/libs/<abi>/
649 module-get-static-libs = $(__ndk_modules.$1.STATIC_LIBRARIES)
656 module-get-whole-static-libs = $(__ndk_modules.$1.WHOLE_STATIC_LIBRARIES)
663 module-get-all-static-libs = $(strip \
672 module-get-shared-libs = $(__ndk_modules.$1.SHARED_LIBRARIES)
681 module-get-direct-libs = $(strip \
718 # libraries. Use module-extract-whole-static-libs to filter the
721 module-get-link-libs = $(strip \
725 # Special dependency function used by module-get-link-libs
[all...]
/ndk/
H A Dndk-gdb.py607 gdbserver_path = os.path.join(PROJECT,'libs',COMPAT_ABI,'gdbserver')
610 log('Found gdbserver under libs/%s, assuming app was built with NDK_DEBUG=1' % (COMPAT_ABI))
621 error('''Could not find gdbserver binary under %s/libs/%s
746 libdir = os.path.join(PROJECT,'libs',COMPAT_ABI)
747 libs = [ f for f in os.listdir(libdir) variable
749 if 'libstlport_shared.so' in libs:
751 elif 'libgnustl_shared.so' in libs:

Completed in 350 milliseconds