aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Fries <cfries@google.com>2018-07-30 09:51:28 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-07-30 09:51:28 -0700
commit6e4aec865fcfaa48d2f8827dac35eb51d8ba9f9e (patch)
tree58fbb830e3ac050df44f9f51f915ef30cd5c6286
parent9f48ff9be21b1c604724aa90d4f1412439bd401e (diff)
parentd50335fb2670e0c4ba180845ec07d205c554edb1 (diff)
downloadepid-sdk-6e4aec865fcfaa48d2f8827dac35eb51d8ba9f9e.tar.gz
Disable darwin host target
am: d50335fb26 Change-Id: I52523596ec83af7821ee2c609efdc37598d5217c
-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",