summaryrefslogtreecommitdiff
path: root/platform/android/build.gradle
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-03-10 19:14:10 -0800
committerKonstantin Käfer <mail@kkaefer.com>2017-03-17 14:25:37 +0100
commit9544dcc4834bf816e9e75f0aa9937a1562b2353f (patch)
treed2c2eec9d7b171ccbc5f3a82104dd19f804b8343 /platform/android/build.gradle
parentaed3869cfaf0f590f58265e203dd7b9a2ee38fb7 (diff)
downloadqtlocation-mapboxgl-9544dcc4834bf816e9e75f0aa9937a1562b2353f.tar.gz
[android] move build to Android Studio
Diffstat (limited to 'platform/android/build.gradle')
-rw-r--r--platform/android/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle
index 4219f2bdee..5e45232716 100644
--- a/platform/android/build.gradle
+++ b/platform/android/build.gradle
@@ -21,3 +21,6 @@ task wrapper(type: Wrapper) {
apply from: rootProject.file('dependencies.gradle')
+// Load build system information. If this file does not exist, run
+// `make platform/android/configuration.gradle`
+apply from: rootProject.file('configuration.gradle')