summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp7
1 files changed, 4 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index ac01a1c..9299471 100644
--- a/Android.bp
+++ b/Android.bp
@@ -113,12 +113,13 @@ cc_library{
],
target: {
- host: {
+ linux_glibc: {
static_libs: ["libcompiler_rt-extras"],
},
darwin: {
- // TODO(b/67474260) Turn this back on
- enabled: false,
+ host_ldlibs: [
+ "-framework AppKit",
+ ],
},
},