Build host executables for linux only
Change-Id: I5fc4088b87e04a6b7575b5a840c4ae882afd28b0
diff --git a/main/Android.build_host.mk b/main/Android.build_host.mk
index adf3fdc..dbf8d0d 100644
--- a/main/Android.build_host.mk
+++ b/main/Android.build_host.mk
@@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+ifeq ($(HOST_OS), linux)
include $(CLEAR_VARS)
ifeq ($(vg_build_second_arch),true)
@@ -69,3 +70,5 @@
LOCAL_ADDRESS_SANITIZER := false
include $(BUILD_HOST_$(vg_local_target))
+
+endif