aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Fries <cfries@google.com>2018-07-30 09:56:51 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-07-30 09:56:51 -0700
commitbc739798f44981b7755531ef306f34304084e54a (patch)
tree58fbb830e3ac050df44f9f51f915ef30cd5c6286
parentfa32e7e7e8a06545ec7fa1512c7331420a3013f1 (diff)
parent6e4aec865fcfaa48d2f8827dac35eb51d8ba9f9e (diff)
downloadepid-sdk-bc739798f44981b7755531ef306f34304084e54a.tar.gz
Disable darwin host target am: d50335fb26
am: 6e4aec865f Change-Id: Ibb9ec77736df5f342185b7c1e5afeff14138e5c0
-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",