Merge "redundant statement" am: aab5e87431
am: fd551d0ba2
am: 8a144a3d88
am: e502431a38
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1965383 Change-Id: I37312a8f4f51a67c92d6d22e3198eb5359abc4c8
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.
|
// cc_binary_host produces a binary that is runnable on a host.
|
||||||
func BinaryHostFactory() android.Module {
|
func BinaryHostFactory() android.Module {
|
||||||
module, _ := newBinary(android.HostSupported, true)
|
module, _ := newBinary(android.HostSupported, true)
|
||||||
module.bazelable = true
|
|
||||||
return module.Init()
|
return module.Init()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user