Home | History | Annotate | Download | only in cc

Lines Matching refs:library

31 // Creates a stub shared library for a vendor public library. Vendor public libraries
36 // This stub library is a build-time only artifact that provides symbols that are
37 // exposed from a vendor public library.
56 // Whether the system library uses symbol versions.
126 module, library := NewLibrary(android.DeviceSupported)
127 library.BuildOnlyShared()
130 library.StripProperties.Strip.None = BoolPtr(true)
133 libraryDecorator: library,
141 &library.MutatedProperties,
142 &library.flagExporter.Properties)