commit | ff851b83b631ba1365e6616d73e6ef80d4437a7a | [log] [tgz] |
---|---|---|
author | MarkDacek <dacek@google.com> | Thu Apr 21 18:33:17 2022 +0000 |
committer | Mark Dacek <dacek@google.com> | Tue May 03 18:11:32 2022 +0000 |
tree | 9af98251fc8e63065a52b900d3b47a691501f93a | |
parent | e91f9d439e95cc28a5a1ee4e4a06bb0f97da0ce9 [diff] [blame] |
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
diff --git a/cc/cc.go b/cc/cc.go index c2d0f6e..0692d96 100644 --- a/cc/cc.go +++ b/cc/cc.go
@@ -1789,7 +1789,7 @@ bazelActionsUsed := false // Mixed builds mode is disabled for modules outside of device OS. // TODO(b/200841190): Support non-device OS in mixed builds. - if c.MixedBuildsEnabled(actx) && c.bazelHandler != nil { + if android.MixedBuildsEnabled(actx) && c.bazelHandler != nil { bazelActionsUsed = c.bazelHandler.GenerateBazelBuildActions(actx, bazelModuleLabel) } return bazelActionsUsed