Merge "cc bazel handlers: use better interface checking"

This commit is contained in:
Christopher Parsons
2022-05-23 18:54:50 +00:00
committed by Gerrit Code Review
5 changed files with 12 additions and 12 deletions

View File

@@ -563,11 +563,11 @@ func (binary *binaryDecorator) verifyHostBionicLinker(ctx ModuleContext, in, lin
}
type ccBinaryBazelHandler struct {
BazelHandler
module *Module
}
var _ BazelHandler = (*ccBinaryBazelHandler)(nil)
func (handler *ccBinaryBazelHandler) QueueBazelCall(ctx android.BaseModuleContext, label string) {
bazelCtx := ctx.Config().BazelContext
bazelCtx.QueueBazelRequest(label, cquery.GetOutputFiles, android.GetConfigKey(ctx))