summaryrefslogtreecommitdiff
path: root/platform/android
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-11-03 16:03:40 -0500
committerMike Morris <michael.patrick.morris@gmail.com>2015-11-04 11:34:35 -0500
commitdfb36d62317d99482e6a16b772e8d370464d1cce (patch)
tree9bd31f0a1abbaf4cbd5e46e18aeb4199ca4ac2f7 /platform/android
parentda569c266b663b815b0fa754be59c78904b92fa6 (diff)
downloadqtlocation-mapboxgl-dfb36d62317d99482e6a16b772e8d370464d1cce.tar.gz
[core] move mbgl.gyp to gyp directory
So npm won't clobber binding.gyp, refs https://github.com/npm/npm/issues/10243
Diffstat (limited to 'platform/android')
-rw-r--r--platform/android/mapboxgl-app.gypi10
1 files changed, 5 insertions, 5 deletions
diff --git a/platform/android/mapboxgl-app.gypi b/platform/android/mapboxgl-app.gypi
index 9ab743b5ed..e856c78101 100644
--- a/platform/android/mapboxgl-app.gypi
+++ b/platform/android/mapboxgl-app.gypi
@@ -9,11 +9,11 @@
'hard_dependency': 1,
'dependencies': [
- '../mbgl.gyp:core',
- '../mbgl.gyp:platform-<(platform_lib)',
- '../mbgl.gyp:http-<(http_lib)',
- '../mbgl.gyp:asset-<(asset_lib)',
- '../mbgl.gyp:cache-<(cache_lib)',
+ 'mbgl.gyp:core',
+ 'mbgl.gyp:platform-<(platform_lib)',
+ 'mbgl.gyp:http-<(http_lib)',
+ 'mbgl.gyp:asset-<(asset_lib)',
+ 'mbgl.gyp:cache-<(cache_lib)',
],
'sources': [