summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-08-01 15:39:44 +0300
committertobrun <tobrun.van.nuland@gmail.com>2019-08-01 15:39:44 +0300
commit97bd1bf245e298b2fd224706a8c02dc39a023bb7 (patch)
treebc477b4808f392ed89991de4702fc92e7acab44d
parent04309e01ceaa267becef16ed9db6f91fcea91f59 (diff)
downloadqtlocation-mapboxgl-upstream/tvn-check-order.tar.gz
[android] - change make android-check orderupstream/tvn-check-order
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a127471c9..738a4c931d 100644
--- a/Makefile
+++ b/Makefile
@@ -798,7 +798,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 run-android-nitpick android-lint-sdk android-lint-test-app
# Runs checkstyle on the java code
.PHONY: android-checkstyle