Make SharedLibraryInfo comment clearer.

Nit from aosp/1727935

Test: TH
Change-Id: I4cf6d63fb3b1f0bd1762d5e4ea261aa8f5a4b580
This commit is contained in:
Jingwen Chen
2021-06-15 23:44:13 +00:00
parent 3420b834d8
commit 702963e74d

View File

@@ -635,10 +635,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
}