summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2019-11-21 14:31:12 -0800
committerIgor Murashkin <iam@google.com>2019-11-21 14:31:12 -0800
commit6f4fac7c9fab9529ecbc08718b82494ed396c90c (patch)
tree82fa177ac0e50546175555e99e22b3dc815c65f9 /Android.bp
parent0513488ee287bc734a2413a8236bda0bebf6c7be (diff)
downloadplatform_system_iorap-6f4fac7c9fab9529ecbc08718b82494ed396c90c.tar.gz
platform_system_iorap-6f4fac7c9fab9529ecbc08718b82494ed396c90c.tar.bz2
platform_system_iorap-6f4fac7c9fab9529ecbc08718b82494ed396c90c.zip
build: Disable anything using libminijail on mac
Taking a dependency on libminijail inadvertently broke the mac builds, hopefully this fixes it. Test: make Change-Id: Ie89b96ef8e8497de13b4f728ae88a78e7d5a0ffb
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d2c44aa..8b2a29c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -472,6 +472,13 @@ cc_defaults {
shared_libs: [
"libminijail",
],
+
+ // disable mac builds because libminijail doesn't work there
+ target: {
+ darwin: {
+ enabled: false,
+ },
+ },
}
cc_library_static {