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-15 19:32:15 +0200
commitec2e5fc6bec201c9a116d44f1f06f5e015abb914 (patch)
treed5347ec3520f559690559487aca6122ca7b780f8
parenta4c98f5a62ed645569bd7461745278ba2f0b468f (diff)
downloadqtlocation-mapboxgl-ec2e5fc6bec201c9a116d44f1f06f5e015abb914.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