From 5b67e34f822b7288a24723d090b0329cf12750aa Mon Sep 17 00:00:00 2001 From: Hidehiko Abe Date: Tue, 6 Feb 2018 15:50:43 +0900 Subject: Disable mac-host build for libbrillo. Bug: 72618679 Test: built on Mac locally. Change-Id: I2f351f080770c3cfd67fb4c7d9c73ec0f53173be --- Android.bp | 3 +++ 1 file changed, 3 insertions(+) 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 + } }, } -- cgit v1.2.3