summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-08-27 11:45:51 +0200
committerTobrun <tobrun.van.nuland@gmail.com>2019-08-27 13:54:32 +0200
commit829f27e57b7167ee3be821c7066f0e5fce2396d9 (patch)
tree2af03f96046e2db1017de8ee4dc50ce2c6edd115
parent482dfc501c57c1f1dd78213caf8a861e1bdf7d79 (diff)
downloadqtlocation-mapboxgl-829f27e57b7167ee3be821c7066f0e5fce2396d9.tar.gz
[android] reorder android-check make command
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9002542eee..51956cae6b 100644
--- a/Makefile
+++ b/Makefile
@@ -801,7 +801,7 @@ test-code-android:
# Runs checkstyle and lint on the java code
.PHONY: android-check
-android-check : android-checkstyle run-android-nitpick android-lint-sdk android-lint-test-app android-ktlint
+android-check : android-ktlint android-checkstyle android-lint-sdk android-lint-test-app run-android-nitpick
# Runs checkstyle on the java code
.PHONY: android-checkstyle
@@ -810,7 +810,7 @@ android-checkstyle: platform/android/gradle/configuration.gradle
# Runs checkstyle on the kotlin code
.PHONY: android-ktlint
-android-ktlint:
+android-ktlint: platform/android/gradle/configuration.gradle
cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none ktlint
# Runs lint on the Android SDK java code