Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6b43abd authored by Usta Shrestha's avatar Usta Shrestha
Browse files

redundant statement

Test: m nothing
Bug: n/a
Change-Id: Ida33234b5cf6d915a2d136d8bc0aa6684bfd33c0
parent c725f47f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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()
}