summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidehiko Abe <hidehiko@google.com>2018-02-07 03:18:46 +0000
committerHidehiko Abe <hidehiko@google.com>2018-02-07 03:18:46 +0000
commit3604103cc05b01464fcb9eee079a5ac5f73174ba (patch)
treebca750cf53f6cf1be70a2298f37fdd3c76483739
parentf7ab4b45881660bfeca478ec05f760a25daa51a9 (diff)
downloadlibchrome-3604103cc05b01464fcb9eee079a5ac5f73174ba.tar.gz
Revert "Revert "Disable mac-host build.""
This reverts commit f7ab4b45881660bfeca478ec05f760a25daa51a9. Reason for revert: The fix was landed, https://android-review.googlesource.com/c/platform/external/libbrillo/+/609666, actually before this revert. One build on master has the fix but doesn't this revert, which successfully passed. So, now we can safely reland this. Change-Id: I06654f16397dcd6a65d349bafc3c8e9180f88a9d
-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,
},
},
}