aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Fries <cfries@google.com>2018-07-30 10:01:37 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-07-30 10:01:37 -0700
commitb41368f24af783dcce2fd41fa9fc8f223a4c844e (patch)
tree58fbb830e3ac050df44f9f51f915ef30cd5c6286
parentfbabbe64ac5e4feefc6e2203dfc44324d0f9ce38 (diff)
parentbc739798f44981b7755531ef306f34304084e54a (diff)
downloadepid-sdk-b41368f24af783dcce2fd41fa9fc8f223a4c844e.tar.gz
Disable darwin host target am: d50335fb26 am: 6e4aec865f
am: bc739798f4 Change-Id: I97b311e86eabbae9eedfdc1e9b288e23967f845e
-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",