summaryrefslogtreecommitdiff
path: root/platform/android/settings.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/settings.gradle')
-rw-r--r--platform/android/settings.gradle7
1 files changed, 5 insertions, 2 deletions
diff --git a/platform/android/settings.gradle b/platform/android/settings.gradle
index c5e007c6ce..4f13c802a8 100644
--- a/platform/android/settings.gradle
+++ b/platform/android/settings.gradle
@@ -1,2 +1,5 @@
-include ':MapboxGLAndroidSDK', ':MapboxGLAndroidSDKTestApp', ':MapboxGLAndroidSDKLint', ':MapboxAndroidGestures'
-project(':MapboxAndroidGestures').projectDir = new File('vendor/mapbox-gestures-android/library') \ No newline at end of file
+include ':MapboxGLAndroidSDK', ':MapboxGLAndroidSDKTestApp', ':MapboxGLAndroidSDKLint', ':MapboxAndroidGestures', ':services-core', ':services-geojson', ':services-turf'
+project(':MapboxAndroidGestures').projectDir = new File('vendor/mapbox-gestures-android/library')
+project(':services-core').projectDir = new File('vendor/mapbox-java/services-core')
+project(':services-geojson').projectDir = new File('vendor/mapbox-java/services-geojson')
+project(':services-turf').projectDir = new File('vendor/mapbox-java/services-turf') \ No newline at end of file