Lines Matching defs:apiLibraryDecorator
84 type apiLibraryDecorator struct { struct
85 *libraryDecorator
86 properties apiLibraryProperties
119 func (d *apiLibraryDecorator) Name(basename string) string {
125 func (d *apiLibraryDecorator) exportIncludes(ctx ModuleContext) {
136 func (d *apiLibraryDecorator) linkerInit(ctx BaseModuleContext) {
155 …braryDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objects Objects) android.Path {
267 func (d *apiLibraryDecorator) shareStubs(ctx ModuleContext) {
288 func (d *apiLibraryDecorator) availableFor(what string) bool {
293 func (d *apiLibraryDecorator) hasApexStubs() bool {
302 func (d *apiLibraryDecorator) hasStubsVariants() bool {
306 func (d *apiLibraryDecorator) stubsVersions(ctx android.BaseMutatorContext) []string {
347 func (d *apiLibraryDecorator) hasLLNDKStubs() bool {
351 func (d *apiLibraryDecorator) hasNDKStubs() bool {
360 func (d *apiLibraryDecorator) getNdkVersions() []string {
372 func (d *apiLibraryDecorator) getStubVersions() []string {