aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidehiko Abe <hidehiko@google.com>2018-02-06 15:39:05 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-06 15:39:05 +0000
commit6942585b9d22040542aa14fd101d058bdaecaaf8 (patch)
tree5c1f50e247717e7aa3d5558adf7a12e6df5a7c34
parent1310886f7e2537dc5f05c8313450bbb28b44c465 (diff)
parent5b67e34f822b7288a24723d090b0329cf12750aa (diff)
downloadlibbrillo-6942585b9d22040542aa14fd101d058bdaecaaf8.tar.gz
Disable mac-host build for libbrillo.
am: 5b67e34f82 Change-Id: I155610d482f8c950e68588cd8cd4343cd4fb75d4
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a25205b..efb7b68 100644
--- a/Android.bp
+++ b/Android.bp
@@ -148,6 +148,9 @@ cc_library {
android: {
srcs: libbrillo_linux_sources,
},
+ darwin: {
+ enabled: false
+ }
},
}