Lines Matching refs:library
56 // TODO(ccross): verify shared library dependencies
74 module, library := NewLibrary(hod)
75 library.BuildOnlyShared()
79 libraryDecorator: library,
86 return module, library
95 module, library := NewLibrary(hod)
96 library.BuildOnlyStatic()
100 libraryDecorator: library,
107 return module, library
119 // TODO(ccross): verify shared library dependencies