• Home
  • Raw
  • Download

Lines Matching defs:SdkLibrary

1164 type SdkLibrary struct {  struct
1165 Library
1167 android.BazelModuleBase
1169 sdkLibraryProperties sdkLibraryProperties
1172 scopeToProperties map[*apiScope]*ApiScopeProperties
1174 commonToSdkLibraryAndImport
1179 func (module *SdkLibrary) generateTestAndSystemScopesByDefault() bool {
1183 func (module *SdkLibrary) getGeneratedApiScopes(ctx android.EarlyModuleContext) apiScopes {
1233 func (module *SdkLibrary) CheckMinSdkVersion(ctx android.ModuleContext) {
1267 func (module *SdkLibrary) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
1301 func (module *SdkLibrary) DepsMutator(ctx android.BottomUpMutatorContext) {
1335 func (module *SdkLibrary) OutputFiles(tag string) (android.Paths, error) {
1349 func (module *SdkLibrary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1409 func (module *SdkLibrary) AndroidMkEntries() []android.AndroidMkEntries {
1422 func (module *SdkLibrary) apiDistPath(apiScope *apiScope) string {
1427 …SdkLibrary) sdkVersionForStubsLibrary(mctx android.EarlyModuleContext, apiScope *apiScope) string {
1443 func (module *SdkLibrary) distStem() string {
1448 func (module *SdkLibrary) distGroup() string {
1456 func (module *SdkLibrary) latestApiFilegroupName(apiScope *apiScope) string {
1460 func (module *SdkLibrary) latestApiModuleName(apiScope *apiScope) string {
1464 func (module *SdkLibrary) latestRemovedApiFilegroupName(apiScope *apiScope) string {
1468 func (module *SdkLibrary) latestRemovedApiModuleName(apiScope *apiScope) string {
1472 func (module *SdkLibrary) latestIncompatibilitiesFilegroupName(apiScope *apiScope) string {
1476 func (module *SdkLibrary) latestIncompatibilitiesModuleName(apiScope *apiScope) string {
1494 func (module *SdkLibrary) createImplLibrary(mctx android.DefaultableHookContext) {
1534 … (module *SdkLibrary) createStubsLibrary(mctx android.DefaultableHookContext, apiScope *apiScope) {
1601 …id.DefaultableHookContext, apiScope *apiScope, name string, scopeSpecificDroidstubsArgs []string) {
1761 func (module *SdkLibrary) compareAgainstLatestApi(apiScope *apiScope) bool {
1766 func (module *SdkLibrary) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module) bool {
1775 func (module *SdkLibrary) UniqueApexVariations() bool {
1780 func (module *SdkLibrary) createXmlFile(mctx android.DefaultableHookContext) {
1846 …sdkJars(ctx android.BaseModuleContext, sdkVersion android.SdkSpec, headerJars bool) android.Paths {
1875 …dkLibrary) SdkHeaderJars(ctx android.BaseModuleContext, sdkVersion android.SdkSpec) android.Paths {
1880 …y) SdkImplementationJars(ctx android.BaseModuleContext, sdkVersion android.SdkSpec) android.Paths {
1892 func (module *SdkLibrary) getApiDir() string {
1899 func (module *SdkLibrary) CreateInternalModules(mctx android.DefaultableHookContext) {
1986 func (module *SdkLibrary) InitSdkLibraryProperties() {
1996 func (module *SdkLibrary) requiresRuntimeImplementationLibrary() bool {
2000 func (module *SdkLibrary) defaultsToStubs() bool {
2103 func (module *SdkLibrary) ConvertWithBp2build(ctx android.TopDownMutatorContext) {