summaryrefslogtreecommitdiff
path: root/gyp/http-android.gypi
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-11-20 14:32:18 +0200
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-12-01 11:49:02 +0200
commit3d07aaf95db30cbd7cd52e47704031cc8a8c7d4b (patch)
tree7ab800d7e6288f3e3aa4d2e872b573ff303bef7f /gyp/http-android.gypi
parented29223e5a626980100b7dc4f85737852f1a5319 (diff)
downloadqtlocation-mapboxgl-3d07aaf95db30cbd7cd52e47704031cc8a8c7d4b.tar.gz
[core] Don't link with libuv on components not using it directly
Diffstat (limited to 'gyp/http-android.gypi')
-rw-r--r--gyp/http-android.gypi18
1 files changed, 0 insertions, 18 deletions
diff --git a/gyp/http-android.gypi b/gyp/http-android.gypi
index c210db0fb6..84a44adcbc 100644
--- a/gyp/http-android.gypi
+++ b/gyp/http-android.gypi
@@ -17,15 +17,8 @@
'variables': {
'cflags_cc': [
- '<@(libuv_cflags)',
'<@(boost_cflags)',
],
- 'ldflags': [
- '<@(libuv_ldflags)',
- ],
- 'libraries': [
- '<@(libuv_static_libs)',
- ],
'defines': [
'-DMBGL_HTTP_ANDROID'
],
@@ -54,17 +47,6 @@
}]
],
},
-
- 'link_settings': {
- 'conditions': [
- ['OS == "mac"', {
- 'libraries': [ '<@(libraries)' ],
- 'xcode_settings': { 'OTHER_LDFLAGS': [ '<@(ldflags)' ] }
- }, {
- 'libraries': [ '<@(libraries)', '<@(ldflags)' ],
- }]
- ],
- },
},
],
}