Merge "redundant statement" am: aab5e87431 am: fd551d0ba2 am: 8a144a3d88

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

Change-Id: Ifb66498f51a7287341bb1c9636d5826dc0bdcec2
This commit is contained in:
Usta Shrestha
2022-02-01 03:00:43 +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()
}