Lines Matching defs:apiLibraryDecorator
82 type apiLibraryDecorator struct { struct
83 *libraryDecorator
84 properties apiLibraryProperties
117 func (d *apiLibraryDecorator) Name(basename string) string {
123 func (d *apiLibraryDecorator) exportIncludes(ctx ModuleContext) {
134 func (d *apiLibraryDecorator) linkerInit(ctx BaseModuleContext) {
153 …braryDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objects Objects) android.Path {
260 func (d *apiLibraryDecorator) shareStubs(ctx ModuleContext) {
281 func (d *apiLibraryDecorator) availableFor(what string) bool {
286 func (d *apiLibraryDecorator) hasApexStubs() bool {
295 func (d *apiLibraryDecorator) hasStubsVariants() bool {
299 func (d *apiLibraryDecorator) stubsVersions(ctx android.BaseMutatorContext) []string {
340 func (d *apiLibraryDecorator) hasLLNDKStubs() bool {
344 func (d *apiLibraryDecorator) hasNDKStubs() bool {
353 func (d *apiLibraryDecorator) getNdkVersions() []string {
365 func (d *apiLibraryDecorator) getStubVersions() []string {