summaryrefslogtreecommitdiff
path: root/platform/android/mapboxgl-app.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/mapboxgl-app.gypi')
-rw-r--r--platform/android/mapboxgl-app.gypi9
1 files changed, 5 insertions, 4 deletions
diff --git a/platform/android/mapboxgl-app.gypi b/platform/android/mapboxgl-app.gypi
index 4686c79c2f..f817cb9076 100644
--- a/platform/android/mapboxgl-app.gypi
+++ b/platform/android/mapboxgl-app.gypi
@@ -18,6 +18,7 @@
'include_dirs': [
'./include',
+ '../src',
],
'sources': [
@@ -112,13 +113,13 @@
'files': [
'../../common/ca-bundle.crt',
],
- 'destination': '<(pwd)/../android/MapboxGLAndroidSDK/src/main/assets'
+ 'destination': '<(pwd)/../platform/android/MapboxGLAndroidSDK/src/main/assets'
},
{
'files': [
'<(PRODUCT_DIR)/obj.target'
],
- 'destination': '<(pwd)/../android/MapboxGLAndroidSDK/src/main'
+ 'destination': '<(pwd)/../platform/android/MapboxGLAndroidSDK/src/main'
},
],
@@ -126,13 +127,13 @@
{
'action_name': 'Strip mapbox library',
'inputs': [ '<(PRODUCT_DIR)/lib.target/libmapbox-gl.so' ],
- 'outputs': [ '<(pwd)/../android/MapboxGLAndroidSDK/src/main/jniLibs/$(JNIDIR)/libmapbox-gl.so' ],
+ 'outputs': [ '<(pwd)/../platform/android/MapboxGLAndroidSDK/src/main/jniLibs/$(JNIDIR)/libmapbox-gl.so' ],
'action': [ '$(STRIP)', '<@(_inputs)', '-o', '<@(_outputs)' ]
},
{
'action_name': 'Strip example custom layer library',
'inputs': [ '<(PRODUCT_DIR)/lib.target/libexample-custom-layer.so' ],
- 'outputs': [ '<(pwd)/../android/MapboxGLAndroidSDKTestApp/src/main/jniLibs/$(JNIDIR)/libexample-custom-layer.so' ],
+ 'outputs': [ '<(pwd)/../platform/android/MapboxGLAndroidSDKTestApp/src/main/jniLibs/$(JNIDIR)/libexample-custom-layer.so' ],
'action': [ '$(STRIP)', '<@(_inputs)', '-o', '<@(_outputs)' ]
}
],