summaryrefslogtreecommitdiff
path: root/platform/android
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-10-23 13:42:07 +1100
committerMinh Nguyễn <mxn@1ec5.org>2015-10-30 13:09:04 -0700
commitabf93c008b993f178df327e7681418df51e72844 (patch)
treeb57b3f654cb262ee7d5e834610f8fa95ed8603c1 /platform/android
parentddc4251074dae9115d6e252099ec04995188e29a (diff)
downloadqtlocation-mapboxgl-abf93c008b993f178df327e7681418df51e72844.tar.gz
[core] Remove bundled styles.
Fixes #2239
Diffstat (limited to 'platform/android')
-rw-r--r--platform/android/mapboxgl-app.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/mapboxgl-app.gypi b/platform/android/mapboxgl-app.gypi
index 82ed377d31..9ab743b5ed 100644
--- a/platform/android/mapboxgl-app.gypi
+++ b/platform/android/mapboxgl-app.gypi
@@ -76,7 +76,6 @@
{
'files': [
'../../common/ca-bundle.crt',
- '../../styles/styles'
],
'destination': '<(pwd)/../android/MapboxGLAndroidSDK/src/main/assets'
},