Merge "redundant statement" am: aab5e87431
am: fd551d0ba2
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1965383 Change-Id: I43a17b31c44bc004d38f7e51c60f267cf99c7f30
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