From a8368efe51473248032591270de40b0725c6dec6 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 22 Aug 2019 13:38:28 -0700 Subject: [PATCH] macOS calls itself Darwin. Test: uname Change-Id: Id3ce8614869e68c15666051af14321f597d6ae0f --- core/envsetup.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/envsetup.mk b/core/envsetup.mk index be22ff7873..164b56b436 100644 --- a/core/envsetup.mk +++ b/core/envsetup.mk @@ -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)