Skip to content
Snippets Groups Projects
Commit 756d558a authored by Greg Hartman's avatar Greg Hartman
Browse files

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 a688f6d6)
parent 6a076d3b
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,4 @@ cc_binary_host { ...@@ -9,5 +9,4 @@ cc_binary_host {
"TypeFactory.cpp", "TypeFactory.cpp",
], ],
cflags: ["-Wno-unused-parameter"], cflags: ["-Wno-unused-parameter"],
defaults: ["cuttlefish_host_only"],
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment