Lines Matching refs:library
66 // Creates a stub shared library based on the provided version file.
81 // The first API level a library was available. A library will be generated
85 // The first API level that library should have the version script applied.
251 "-Wno-incompatible-library-redeclaration",
257 // (avoids the need to link an unwinder into a fake library).
351 module, library := NewLibrary(android.DeviceSupported)
352 library.BuildOnlyShared()
355 library.StripProperties.Strip.None = BoolPtr(true)
358 libraryDecorator: library,
364 module.AddProperties(&stub.properties, &library.MutatedProperties)