Disable darwin build
Change-Id: Ie72bbaab8604cdc14082859b735458a2f73c3074
This commit is contained in:
parent
07db297045
commit
b0df2f1525
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue