Add a denylist for specifically mixed builds am: bab4d7e3bc
am: 2678212a0f
am: cd40ec4e44
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1677624 Change-Id: Ie9b5de425df4cc868fb851b49fefa0039900f50c
This commit is contained in:
2
cc/cc.go
2
cc/cc.go
@@ -1641,7 +1641,7 @@ func (c *Module) setSubnameProperty(actx android.ModuleContext) {
|
||||
func (c *Module) maybeGenerateBazelActions(actx android.ModuleContext) bool {
|
||||
bazelModuleLabel := c.GetBazelLabel(actx, c)
|
||||
bazelActionsUsed := false
|
||||
if c.bazelHandler != nil && actx.Config().BazelContext.BazelEnabled() && len(bazelModuleLabel) > 0 {
|
||||
if c.MixedBuildsEnabled(actx) && c.bazelHandler != nil {
|
||||
bazelActionsUsed = c.bazelHandler.generateBazelBuildActions(actx, bazelModuleLabel)
|
||||
}
|
||||
return bazelActionsUsed
|
||||
|
Reference in New Issue
Block a user