Lines Matching refs:library
29 // Creates a stub shared library based on the provided version file.
52 // Whether the system library uses symbol versions.
165 module, library := NewLibrary(android.DeviceSupported)
166 library.BuildOnlyShared()
169 library.StripProperties.Strip.None = BoolPtr(true)
172 libraryDecorator: library,
181 &library.MutatedProperties,
182 &library.flagExporter.Properties)
202 module, library := NewLibrary(android.DeviceSupported)
203 library.HeaderOnly()
206 libraryDecorator: library,
213 module.AddProperties(&library.MutatedProperties, &library.flagExporter.Properties)