summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jingwen Chen <jingwen@google.com> 2021-06-16 12:01:21 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-06-16 12:01:21 +0000
commitd51502d2382d172d20b3d8a95780e307c9f29105 (patch)
treeaca5981a4dd5098d73b0cf2f34e8894ec1f72a42
parentc4dc9b4f08226ff66830fcd8ec644ab82b66ca02 (diff)
parent702963e74d05f6b18543cc358cea3dfdf992a8af (diff)
Merge "Make SharedLibraryInfo comment clearer."
-rw-r--r--cc/library.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/cc/library.go b/cc/library.go
index 6ab8300b7..2b3b994eb 100644
--- a/cc/library.go
+++ b/cc/library.go
@@ -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
}