Disable darwin build

Change-Id: Ie72bbaab8604cdc14082859b735458a2f73c3074
This commit is contained in:
Brian Carlstrom 2013-05-15 09:13:04 -07:00
parent 07db297045
commit b0df2f1525
1 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,9 @@ LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)
ifeq ($(HOST_ARCH),x86)
# TODO: reenable darwin-x86
# ifeq ($(HOST_ARCH),x86)
ifeq ($(HOST_OS)-$(HOST_ARCH),linux-x86)
# Build libcorkscrew.
include $(CLEAR_VARS)