aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Fries <cfries@google.com>2018-07-30 11:34:35 -0500
committerChris Fries <cfries@google.com>2018-07-30 11:34:35 -0500
commitd50335fb2670e0c4ba180845ec07d205c554edb1 (patch)
tree58fbb830e3ac050df44f9f51f915ef30cd5c6286
parent807f26b911d38a20cde1da741bd1475006b1e2b5 (diff)
downloadepid-sdk-d50335fb2670e0c4ba180845ec07d205c554edb1.tar.gz
Disable darwin host target
Change-Id: I63fee2e94317d60c31b21fd77b74fc79c9e602c5
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e7a30f6..3a49a31 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,11 @@
cc_defaults {
name: "epid_cflags",
host_supported: true,
+ target: {
+ darwin: {
+ enabled: false,
+ },
+ },
cflags: [
"-Wno-missing-braces",
"-Wno-unknown-pragmas",