summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Pedowitz <ijpedowitz@google.com>2018-02-06 17:25:42 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-06 17:25:42 +0000
commitfa460437680b4717f7ad0626f9b892a809a7b432 (patch)
treef08aed7440ef36b5dc8fe79bd9d9b63bc2a694bd
parent501017db70ca3fd42c4e884870391bc37e2d6388 (diff)
parent797e44a8ba3d4b935b941399ce448d8147054d30 (diff)
downloadlibchrome-fa460437680b4717f7ad0626f9b892a809a7b432.tar.gz
Revert "Disable mac-host build." am: f7ab4b4588 am: 6c4876b95b
am: 797e44a8ba Change-Id: Ia7effcc4bc556c3bce3bb64b733e7927bfdeb94a
-rw-r--r--Android.bp10
1 files changed, 9 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index b89574bf4c..fceccb907f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -38,7 +38,15 @@ cc_defaults {
],
},
darwin: {
- enabled: false,
+ cflags: [
+ "-D_FILE_OFFSET_BITS=64",
+ ],
+ host_ldlibs: [
+ "-framework AppKit",
+ "-framework CoreFoundation",
+ "-framework Foundation",
+ "-framework Security",
+ ],
},
},
}