summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Pedowitz <ijpedowitz@google.com>2018-02-06 15:22:06 +0000
committerIan Pedowitz <ijpedowitz@google.com>2018-02-06 15:22:06 +0000
commitf7ab4b45881660bfeca478ec05f760a25daa51a9 (patch)
tree823e9f72c665ec6294615787fff50f122b2c159f
parenta5fc101633a53a0f64c0899b97bbbebdc4020aa7 (diff)
downloadlibchrome-f7ab4b45881660bfeca478ec05f760a25daa51a9.tar.gz
Revert "Disable mac-host build."
This reverts commit a5fc101633a53a0f64c0899b97bbbebdc4020aa7. Reason for revert: b/72988664 Bug: 72988664 Bug: 72618679 Change-Id: I11c431c0bf962d9224403f91df1292b8a3012af4
-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",
+ ],
},
},
}