From 355f36f2b669a29d07ce306d31b329c794996db4 Mon Sep 17 00:00:00 2001 From: Greg Hartman Date: Thu, 25 Oct 2018 22:37:37 -0700 Subject: 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 (cherry picked from commit a688f6d6369222c9bdf5bd30a7b87aafa22ed7cd) --- host/commands/emugen/Android.bp | 1 - 1 file changed, 1 deletion(-) (limited to 'host/commands/emugen') 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"], } -- cgit v1.2.3