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

Commit 826ac190 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "macOS calls itself Darwin." am: 33dfa52c am: 21e1dba2

am: 1d4fd1bf

Change-Id: I2d43ec5d02430bf4ce1d5004a3c7fd2652794aa9
parents c9a9cf45 1d4fd1bf
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -111,9 +111,6 @@ endif
ifneq (,$(findstring Darwin,$(UNAME)))
  HOST_OS := darwin
endif
ifneq (,$(findstring Macintosh,$(UNAME)))
  HOST_OS := darwin
endif

HOST_OS_EXTRA := $(shell uname -rsm)
ifeq ($(HOST_OS),linux)