redundant statement

Test: m nothing
Bug: n/a
Change-Id: Ida33234b5cf6d915a2d136d8bc0aa6684bfd33c0
This commit is contained in:
Usta Shrestha
2022-01-24 16:26:29 -05:00
parent c725f47f5d
commit e6b43abd62

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