Merge "Disable darwin build"
This commit is contained in:
commit
de1dadb739
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…
Add table
Reference in a new issue