From 0cbe7e07f5ada444de45b3936f7378dd4f3b9d6b Mon Sep 17 00:00:00 2001 From: Leith Bade Date: Fri, 31 Jul 2015 13:00:52 +1000 Subject: Use OkHTTP to implement HTTPContext on Android. Closes #823 --- mbgl.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'mbgl.gyp') 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' ] } ], -- cgit v1.2.1