Merge "Disable darwin build"

This commit is contained in:
Brian Carlstrom 2013-05-15 16:33:45 +00:00 committed by Gerrit Code Review
commit de1dadb739

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)