diff --git a/cc/binary.go b/cc/binary.go index ee3de3f5a..bf77d3deb 100644 --- a/cc/binary.go +++ b/cc/binary.go @@ -76,7 +76,6 @@ func BinaryFactory() android.Module { // cc_binary_host produces a binary that is runnable on a host. func BinaryHostFactory() android.Module { module, _ := newBinary(android.HostSupported, true) - module.bazelable = true return module.Init() }