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

Commit aab5e874 authored by Usta Shrestha's avatar Usta Shrestha Committed by Gerrit Code Review
Browse files

Merge "redundant statement"

parents 844d8f52 e6b43abd
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()
}