summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Hartman <ghartman@google.com>2018-10-25 22:37:37 -0700
committerGreg Hartman <ghartman@google.com>2018-10-26 09:08:08 -0700
commit355f36f2b669a29d07ce306d31b329c794996db4 (patch)
tree64809aaf0ddada450ab08be1ef9cae3dfb890b6d
parenta673a39d9f3d5cb27cdfb83b7de380ebb3fc371c (diff)
downloaddevice_generic_opengl-transport-355f36f2b669a29d07ce306d31b329c794996db4.tar.gz
device_generic_opengl-transport-355f36f2b669a29d07ce306d31b329c794996db4.tar.bz2
device_generic_opengl-transport-355f36f2b669a29d07ce306d31b329c794996db4.zip
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)
-rw-r--r--host/commands/emugen/Android.bp1
1 files changed, 0 insertions, 1 deletions
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"],
}