Loading java/sdk_library.go +0 −12 Original line number Diff line number Diff line Loading @@ -701,12 +701,6 @@ func (c *commonToSdkLibraryAndImport) stubsSourceModuleName(apiScope *apiScope) return c.namingScheme.stubsSourceModuleName(apiScope, c.moduleBase.BaseModuleName()) } // Name of the droidstubs module that generates/checks the API. Only used if it // requires different arts to the stubs source generating module. func (c *commonToSdkLibraryAndImport) apiModuleName(apiScope *apiScope) string { return c.namingScheme.apiModuleName(apiScope, c.moduleBase.BaseModuleName()) } // The component names for different outputs of the java_sdk_library. // // They are similar to the names used for the child modules it creates Loading Loading @@ -1732,8 +1726,6 @@ type sdkLibraryComponentNamingScheme interface { stubsLibraryModuleName(scope *apiScope, baseName string) string stubsSourceModuleName(scope *apiScope, baseName string) string apiModuleName(scope *apiScope, baseName string) string } type defaultNamingScheme struct { Loading @@ -1747,10 +1739,6 @@ func (s *defaultNamingScheme) stubsSourceModuleName(scope *apiScope, baseName st return scope.stubsSourceModuleName(baseName) } func (s *defaultNamingScheme) apiModuleName(scope *apiScope, baseName string) string { return scope.apiModuleName(baseName) } var _ sdkLibraryComponentNamingScheme = (*defaultNamingScheme)(nil) func moduleStubLinkType(name string) (stub bool, ret sdkLinkType) { Loading Loading
java/sdk_library.go +0 −12 Original line number Diff line number Diff line Loading @@ -701,12 +701,6 @@ func (c *commonToSdkLibraryAndImport) stubsSourceModuleName(apiScope *apiScope) return c.namingScheme.stubsSourceModuleName(apiScope, c.moduleBase.BaseModuleName()) } // Name of the droidstubs module that generates/checks the API. Only used if it // requires different arts to the stubs source generating module. func (c *commonToSdkLibraryAndImport) apiModuleName(apiScope *apiScope) string { return c.namingScheme.apiModuleName(apiScope, c.moduleBase.BaseModuleName()) } // The component names for different outputs of the java_sdk_library. // // They are similar to the names used for the child modules it creates Loading Loading @@ -1732,8 +1726,6 @@ type sdkLibraryComponentNamingScheme interface { stubsLibraryModuleName(scope *apiScope, baseName string) string stubsSourceModuleName(scope *apiScope, baseName string) string apiModuleName(scope *apiScope, baseName string) string } type defaultNamingScheme struct { Loading @@ -1747,10 +1739,6 @@ func (s *defaultNamingScheme) stubsSourceModuleName(scope *apiScope, baseName st return scope.stubsSourceModuleName(baseName) } func (s *defaultNamingScheme) apiModuleName(scope *apiScope, baseName string) string { return scope.apiModuleName(baseName) } var _ sdkLibraryComponentNamingScheme = (*defaultNamingScheme)(nil) func moduleStubLinkType(name string) (stub bool, ret sdkLinkType) { Loading