summaryrefslogtreecommitdiffstats
path: root/fastboot/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-08-30 18:26:11 -0700
committerDan Willemsen <dwillemsen@google.com>2018-08-30 18:26:11 -0700
commit822465a9304c78bb44bd2492ffe9f3835cb7e865 (patch)
treebdf8eea67e2783fae97069d6b34f9cbbe2e4a1a0 /fastboot/Android.bp
parent4d8929773b8f74a9959025f5a2c3a0238a3b312b (diff)
downloadsystem_core-822465a9304c78bb44bd2492ffe9f3835cb7e865.tar.gz
system_core-822465a9304c78bb44bd2492ffe9f3835cb7e865.tar.bz2
system_core-822465a9304c78bb44bd2492ffe9f3835cb7e865.zip
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
Diffstat (limited to 'fastboot/Android.bp')
-rw-r--r--fastboot/Android.bp1
1 files changed, 0 insertions, 1 deletions
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: {