summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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