From a688f6d6369222c9bdf5bd30a7b87aafa22ed7cd Mon Sep 17 00:00:00 2001 From: Greg Hartman <ghartman@google.com> Date: Thu, 25 Oct 2018 22:37:37 -0700 Subject: [PATCH] Fix build break on mac Test: Visual inspection There's no reason that emugen wouldn't compile on the mac, and turning it off here breaks things. Change-Id: Icaa6e06a8e69d89a7739b4702a62906767c03d58 --- host/commands/emugen/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/host/commands/emugen/Android.bp b/host/commands/emugen/Android.bp index 717a96633..516d116a0 100644 --- a/host/commands/emugen/Android.bp +++ b/host/commands/emugen/Android.bp @@ -9,5 +9,4 @@ cc_binary_host { "TypeFactory.cpp", ], cflags: ["-Wno-unused-parameter"], - defaults: ["cuttlefish_host_only"], } -- GitLab