summaryrefslogtreecommitdiff
path: root/android/build.gradle
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-11-02 16:46:44 -0600
committerBrad Leege <bleege@gmail.com>2015-11-02 17:20:06 -0600
commit9b31fdf13db762090a386a1f41ffe7fe96f933fe (patch)
tree982759667307ff38b84f2ab98773dce578738dd3 /android/build.gradle
parentf5bb746f6a3e68268c23125ca7acdf549a9cacda (diff)
downloadqtlocation-mapboxgl-9b31fdf13db762090a386a1f41ffe7fe96f933fe.tar.gz
[android] #2899 - Moving make wrappers to module build.gradle
Diffstat (limited to 'android/build.gradle')
-rw-r--r--android/build.gradle15
1 files changed, 0 insertions, 15 deletions
diff --git a/android/build.gradle b/android/build.gradle
index 4093fc84b2..670deb067a 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -23,18 +23,3 @@ allprojects {
task wrapper(type: Wrapper) {
gradleVersion = '2.5'
}
-
-task makeClean(type: Exec) {
- workingDir '../../'
- commandLine 'make', 'clean'
-}
-
-task makeAndroid(type: Exec) {
- workingDir '../../'
- commandLine 'make', 'android'
-}
-
-task makeAndroidAll(type: Exec) {
- workingDir '../../'
- commandLine 'make', 'apackage'
-}