Merge "Make SharedLibraryInfo comment clearer." am: d51502d238 am: b93952e849

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1736516

Change-Id: I11d6463bdffa6221d7bce0051dc879565254e6c5
This commit is contained in:
Jingwen Chen
2021-06-16 12:38:55 +00:00
committed by Automerger Merge Worker

View File

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