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

Commit 2579dbcf authored by Brian Carlstrom's avatar Brian Carlstrom Committed by Android Git Automerger
Browse files

am 3ce15fcc: am de1dadb7: Merge "Disable darwin build"

* commit '3ce15fcc':
  Disable darwin build
parents e45710f1 3ce15fcc
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)