summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-05-14 14:48:59 +0200
committertobrun <tobrun.van.nuland@gmail.com>2019-05-14 14:48:59 +0200
commitb3eef7b252febf51ebb17c678e9803478e314366 (patch)
tree5b58e7e453a79bdddd80b9749602928832cd1a42
parentea50c776cd16a95a84718fcdcec608c407977068 (diff)
downloadqtlocation-mapboxgl-b3eef7b252febf51ebb17c678e9803478e314366.tar.gz
[android] - add nitpick validation to make android-check
-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