aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnuj Joshi <anuj.joshi@ittiam.com>2020-03-31 10:53:24 +0530
committerAnuj Joshi <anuj.joshi@ittiam.com>2020-04-01 09:31:52 +0530
commitfd772ec002a38c355847a86c92ba9a3b2ec8fdbe (patch)
tree31a491c62ae66d82e13f9b220d0678f6866c3ebe
parentb585185210ef027edc250f457ec1203f51fe7743 (diff)
downloadlibopus-fd772ec002a38c355847a86c92ba9a3b2ec8fdbe.tar.gz
Disable macOS build for host
Test: mm libopus Bug: 151597857 Change-Id: I473e35ff725914b3f68726ed5ae2f694a381010e
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 93929ead..7c0df372 100644
--- a/Android.bp
+++ b/Android.bp
@@ -337,4 +337,10 @@ cc_library {
},
},
},
+
+ target: {
+ darwin: {
+ enabled: false,
+ },
+ },
}