Merge "Make SharedLibraryInfo comment clearer." am: d51502d238

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

Change-Id: I013330dd3d54b7468828d0b6ce4a216a83ecc714
This commit is contained in:
Jingwen Chen
2021-06-16 12:14:30 +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
}