From 822465a9304c78bb44bd2492ffe9f3835cb7e865 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 30 Aug 2018 18:26:11 -0700 Subject: [PATCH] Fix the mac fastboot build The Carbon framework isn't on the list of libraries that Soong allows linking against, so this broke the Mac build. This compiles just fine without Carbon though, and I don't see any references to Carbon in the code. Test: mma Change-Id: I83044d244f7cec778c8b8b6132249c0f016c10fc --- fastboot/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/fastboot/Android.bp b/fastboot/Android.bp index 16789179f..3b91dddc2 100644 --- a/fastboot/Android.bp +++ b/fastboot/Android.bp @@ -160,7 +160,6 @@ cc_defaults { "-lpthread", "-framework CoreFoundation", "-framework IOKit", - "-framework Carbon", ], }, windows: {