From e6b43abd621df7ed5dafecf910be1757b87eb822 Mon Sep 17 00:00:00 2001 From: Usta Shrestha Date: Mon, 24 Jan 2022 16:26:29 -0500 Subject: [PATCH] redundant statement Test: m nothing Bug: n/a Change-Id: Ida33234b5cf6d915a2d136d8bc0aa6684bfd33c0 --- cc/binary.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cc/binary.go b/cc/binary.go index ee3de3f5a..bf77d3deb 100644 --- a/cc/binary.go +++ b/cc/binary.go @@ -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() }