redundant statement
Test: m nothing Bug: n/a Change-Id: Ida33234b5cf6d915a2d136d8bc0aa6684bfd33c0
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user