Home | History | Annotate | Download | only in ndk-depends

Lines Matching full:libdeps

1427       const std::vector<String>& libdeps = deps[libname].needed_libs;
1428 for (size_t n = 0; n < libdeps.size(); ++n) {
1431 _tprintf(_T(" \"%s\" -> \"%s\"\n"), libname.c_str(), libdeps[n].c_str());