summaryrefslogtreecommitdiff
path: root/android/mapboxgl-app.gyp
diff options
context:
space:
mode:
authorLeith Bade <leith@leithalweapon.geek.nz>2014-11-06 00:02:17 +1100
committerLeith Bade <leith@leithalweapon.geek.nz>2014-11-06 00:02:17 +1100
commit0da778d24475bc4d9a9d9109d7fe6cc2a2a244c1 (patch)
treec201d5c2370582cfd7ff88fd1473b1c731b55bb2 /android/mapboxgl-app.gyp
parent4dc66ad8b9527b0bb22dff7d5d792ed62a96210b (diff)
downloadqtlocation-mapboxgl-0da778d24475bc4d9a9d9109d7fe6cc2a2a244c1.tar.gz
Move cpp files into dir
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 203069ace7..98b6b4ba45 100644
--- a/android/mapboxgl-app.gyp
+++ b/android/mapboxgl-app.gyp
@@ -8,8 +8,8 @@
'product_name': 'mapbox-gl',
'type': 'shared_library',
'sources': [
- './NativeMapView.cpp',
- './JNI.cpp',
+ './cpp/NativeMapView.cpp',
+ './cpp/JNI.cpp',
],
'cflags_cc': [
'-I<(boost_root)/include',