* commit '3ce15fcc916e097b6a98efc57302e012dab69d6f': Disable darwin build
This commit is contained in:
commit
2579dbcfcf
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue