summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidehiko Abe <hidehiko@google.com>2018-02-05 18:30:06 +0900
committerHidehiko Abe <hidehiko@google.com>2018-02-05 18:31:48 +0900
commita5fc101633a53a0f64c0899b97bbbebdc4020aa7 (patch)
treebca750cf53f6cf1be70a2298f37fdd3c76483739
parent913d8c2b1f9e3a22b66e45280f436fcbd9df8bae (diff)
downloadlibchrome-a5fc101633a53a0f64c0899b97bbbebdc4020aa7.tar.gz
Disable mac-host build.
Now, nobody uses libchrome on Mac as host. This CLs drops the support. Bug: 72618679 Test: Built on Mac locally. Change-Id: I489a20d5820640bf68c3f061c135730f8c9977da
-rw-r--r--Android.bp10
1 files changed, 1 insertions, 9 deletions
diff --git a/Android.bp b/Android.bp
index fceccb907f..b89574bf4c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -38,15 +38,7 @@ cc_defaults {
],
},
darwin: {
- cflags: [
- "-D_FILE_OFFSET_BITS=64",
- ],
- host_ldlibs: [
- "-framework AppKit",
- "-framework CoreFoundation",
- "-framework Foundation",
- "-framework Security",
- ],
+ enabled: false,
},
},
}