Log information for Mixed Builds modules.
Test: Output matches expected. https://paste.googleplex.com/5913495636803584?raw Performance evaluated: https://docs.google.com/spreadsheets/d/1X7eOVBKEZUwUWl5i8CDfBo9yUeZrDPXWi2JYO4BEZt4/edit?resourcekey=0-co8crIFW9dpiedhCMkhAgw#gid=0 Change-Id: I88780c7cc52a189a72216c5e2e499c96574b3731
This commit is contained in:
@@ -115,7 +115,7 @@ func FileGroupFactory() Module {
|
||||
}
|
||||
|
||||
func (fg *fileGroup) maybeGenerateBazelBuildActions(ctx ModuleContext) {
|
||||
if !fg.MixedBuildsEnabled(ctx) {
|
||||
if !MixedBuildsEnabled(ctx) {
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user