Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0df2f15 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Disable darwin build

Change-Id: Ie72bbaab8604cdc14082859b735458a2f73c3074
parent 07db2970
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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)