Loading cc/library.go +2 −3 Original line number Diff line number Diff line Loading @@ -607,10 +607,9 @@ func (handler *ccLibraryBazelHandler) generateSharedBazelBuildActions(ctx androi ctx.SetProvider(SharedLibraryInfoProvider, SharedLibraryInfo{ TableOfContents: tocFile, SharedLibrary: outputFilePath, // TODO(b/190524881): Include transitive static libraries in this provider to support // static libraries with deps. //TransitiveStaticLibrariesForOrdering Target: ctx.Target(), // TODO(b/190524881): Include transitive static libraries in this provider to support // static libraries with deps. The provider key for this is TransitiveStaticLibrariesForOrdering. }) return true } Loading Loading
cc/library.go +2 −3 Original line number Diff line number Diff line Loading @@ -607,10 +607,9 @@ func (handler *ccLibraryBazelHandler) generateSharedBazelBuildActions(ctx androi ctx.SetProvider(SharedLibraryInfoProvider, SharedLibraryInfo{ TableOfContents: tocFile, SharedLibrary: outputFilePath, // TODO(b/190524881): Include transitive static libraries in this provider to support // static libraries with deps. //TransitiveStaticLibrariesForOrdering Target: ctx.Target(), // TODO(b/190524881): Include transitive static libraries in this provider to support // static libraries with deps. The provider key for this is TransitiveStaticLibrariesForOrdering. }) return true } Loading