Merge "redundant statement" am: aab5e87431 am: fd551d0ba2

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1965383

Change-Id: I43a17b31c44bc004d38f7e51c60f267cf99c7f30
This commit is contained in:
Usta Shrestha
2022-02-01 02:50:17 +00:00
committed by Automerger Merge Worker

View File

@@ -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()
}