summaryrefslogtreecommitdiff
path: root/android/mapboxgl-app.gyp
diff options
context:
space:
mode:
authorLeith Bade <leith@leithalweapon.geek.nz>2014-11-12 21:17:24 +1100
committerLeith Bade <leith@leithalweapon.geek.nz>2014-11-12 21:17:24 +1100
commit6b9e3c60ef34c4fed15d8c74c9c8688d54961286 (patch)
tree1c474d9ee045c297bde2e95c4fe53b17a0c115a4 /android/mapboxgl-app.gyp
parenta1274fbc800e96048baf71225ae2c8e23ffdbf32 (diff)
downloadqtlocation-mapboxgl-6b9e3c60ef34c4fed15d8c74c9c8688d54961286.tar.gz
Renamed source files using mapbox style
Move headers to mbgl/android Tidy up headers and includes
Diffstat (limited to 'android/mapboxgl-app.gyp')
-rw-r--r--android/mapboxgl-app.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/mapboxgl-app.gyp b/android/mapboxgl-app.gyp
index ac8937fb38..118669542b 100644
--- a/android/mapboxgl-app.gyp
+++ b/android/mapboxgl-app.gyp
@@ -8,8 +8,8 @@
'product_name': 'mapbox-gl',
'type': 'shared_library',
'sources': [
- './cpp/NativeMapView.cpp',
- './cpp/JNI.cpp',
+ './cpp/native_map_view.cpp',
+ './cpp/jni.cpp',
],
'cflags_cc': [
'-I<(boost_root)/include',