Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d51502d2 authored by Jingwen Chen's avatar Jingwen Chen Committed by Gerrit Code Review
Browse files

Merge "Make SharedLibraryInfo comment clearer."

parents c4dc9b4f 702963e7
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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
}