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

Commit 3ce15fcc authored by Brian Carlstrom's avatar Brian Carlstrom Committed by Android Git Automerger
Browse files

am de1dadb7: Merge "Disable darwin build"

* commit 'de1dadb7':
  Disable darwin build
parents 5a98566d de1dadb7
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)