Lines Matching refs:moduleBase
595 moduleBase *android.ModuleBase member
607 func (c *commonToSdkLibraryAndImport) initCommon(moduleBase *android.ModuleBase) {
608 c.moduleBase = moduleBase
610 moduleBase.AddProperties(&c.commonSdkLibraryProperties)
613 c.initSdkLibraryComponent(moduleBase)
631 …c.sdkLibraryComponentProperties.SdkLibraryToImplicitlyTrack = proptools.StringPtr(c.moduleBase.Bas…
639 return c.moduleBase.BaseModuleName() + ".impl"
644 return c.moduleBase.BaseModuleName() + sdkXmlFileSuffix
649 return c.namingScheme.stubsLibraryModuleName(apiScope, c.moduleBase.BaseModuleName())
655 return c.namingScheme.stubsSourceModuleName(apiScope, c.moduleBase.BaseModuleName())
661 return c.namingScheme.apiModuleName(apiScope, c.moduleBase.BaseModuleName())
710 …return nil, fmt.Errorf("%q does not provide api scope %s", c.moduleBase.BaseModuleName(), scopeNam…
779 return PrebuiltJars(ctx, c.moduleBase.BaseModuleName(), sdkVersion)
804 …s api scope %s from %s but it only has %q available", apiScope.name, c.moduleBase.BaseModuleName()…
821 componentProps.SdkLibraryToImplicitlyTrack = proptools.StringPtr(c.moduleBase.BaseModuleName())
847 func (e *EmbeddableSdkLibraryComponent) initSdkLibraryComponent(moduleBase *android.ModuleBase) {
848 moduleBase.AddProperties(&e.sdkLibraryComponentProperties)