From 3604103cc05b01464fcb9eee079a5ac5f73174ba Mon Sep 17 00:00:00 2001 From: Hidehiko Abe Date: Wed, 7 Feb 2018 03:18:46 +0000 Subject: 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 --- Android.bp | 10 +--------- 1 file changed, 1 insertion(+), 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, }, }, } -- cgit v1.2.3