From 94d7543b1464d03fb5b82a3df6165329975280eb Mon Sep 17 00:00:00 2001 From: Eyal Lezmy Date: Wed, 19 Oct 2016 00:47:39 +0200 Subject: [PATCH] Support MacOS SDK version 10.12 This adds the new macOS SDK version to the supported version list. Surprisingly it simply works like this. Test: make adb aapt Change-Id: Ic72cee7345b5f49b6a743c70bd266866a06bc459 --- cc/config/x86_darwin_host.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cc/config/x86_darwin_host.go b/cc/config/x86_darwin_host.go index 09418c7f0..b17395d6b 100644 --- a/cc/config/x86_darwin_host.go +++ b/cc/config/x86_darwin_host.go @@ -89,6 +89,7 @@ var ( "10.9", "10.10", "10.11", + "10.12", } darwinAvailableLibraries = append(