summaryrefslogtreecommitdiff
path: root/mbgl.gyp
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-07-31 13:00:52 +1000
committerLeith Bade <leith@mapbox.com>2015-08-11 11:59:08 +1000
commit0cbe7e07f5ada444de45b3936f7378dd4f3b9d6b (patch)
tree72e2e56f37659d9b55b2815ed9aa8a1e363c1184 /mbgl.gyp
parentdc11b8132ba7ccc58c280e580526425e7389df86 (diff)
downloadqtlocation-mapboxgl-0cbe7e07f5ada444de45b3936f7378dd4f3b9d6b.tar.gz
Use OkHTTP to implement HTTPContext on Android.
Closes #823
Diffstat (limited to 'mbgl.gyp')
-rw-r--r--mbgl.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbgl.gyp b/mbgl.gyp
index c5ede28233..959a9729d6 100644
--- a/mbgl.gyp
+++ b/mbgl.gyp
@@ -18,6 +18,7 @@
['platform_lib == "android" and host == "android"', { 'includes': [ './gyp/platform-android.gypi' ] } ],
['http_lib == "curl"', { 'includes': [ './gyp/http-curl.gypi' ] } ],
['http_lib == "nsurl" and (host == "osx" or host == "ios")', { 'includes': [ './gyp/http-nsurl.gypi' ] } ],
+ ['http_lib == "android" and host == "android"', { 'includes': [ './gyp/http-android.gypi' ] } ],
['asset_lib == "fs"', { 'includes': [ './gyp/asset-fs.gypi' ] } ],
['asset_lib == "zip"', { 'includes': [ './gyp/asset-zip.gypi' ] } ],
['cache_lib == "sqlite"', { 'includes': [ './gyp/cache-sqlite.gypi' ] } ],