summaryrefslogtreecommitdiff
path: root/android/mapboxgl-app.gyp
diff options
context:
space:
mode:
authorLeith Bade <leith@leithalweapon.geek.nz>2014-11-08 08:44:39 +1100
committerLeith Bade <leith@leithalweapon.geek.nz>2014-11-08 08:44:39 +1100
commit0ac4247f72b37462813f9ef1c4271108614a3189 (patch)
tree573e9f038dbba024b2e42a9e43b2ea20fa5cc306 /android/mapboxgl-app.gyp
parent01ead83b39b38f042c9088596610e5f1ee420f58 (diff)
downloadqtlocation-mapboxgl-0ac4247f72b37462813f9ef1c4271108614a3189.tar.gz
Temp disable SSL cert validation
Diffstat (limited to 'android/mapboxgl-app.gyp')
-rw-r--r--android/mapboxgl-app.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/mapboxgl-app.gyp b/android/mapboxgl-app.gyp
index 3d421942b5..b4702be4f7 100644
--- a/android/mapboxgl-app.gyp
+++ b/android/mapboxgl-app.gyp
@@ -44,7 +44,12 @@
'dependencies': [
'../mapboxgl.gyp:mbgl-standalone',
'../mapboxgl.gyp:mbgl-android',
+ '../mapboxgl.gyp:copy_certificate_bundle',
],
+ 'copies': [{
+ 'files': [ '../styles/styles' ],
+ 'destination': '<(PRODUCT_DIR)'
+ }],
},
],
}