summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df476fd677..63a3a20d33 100644
--- a/Makefile
+++ b/Makefile
@@ -738,7 +738,7 @@ test-code-android:
# Runs checkstyle and lint on the Android code
.PHONY: android-check
-android-check : android-checkstyle android-lint-sdk android-lint-test-app
+android-check : android-checkstyle run-android-nitpick android-lint-sdk android-lint-test-app
# Runs checkstyle on the Android code
.PHONY: android-checkstyle