summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2016-08-08 09:05:30 -0400
committerIvo van Dongen <info@ivovandongen.nl>2016-08-08 09:05:30 -0400
commit66d8c003766b5ad0df2aa00b84c8fe3d3ac3e750 (patch)
tree848426b25b1b4827ba0550f4c453c74f228eddbc
parent5ac95b9dcfc6e71f81f4c940df422b35f25a4d0b (diff)
downloadqtlocation-mapboxgl-66d8c003766b5ad0df2aa00b84c8fe3d3ac3e750.tar.gz
[android] #5886 - added style code generation for android back in
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f76a1b1a07..5cc14d6ae4 100644
--- a/Makefile
+++ b/Makefile
@@ -457,6 +457,10 @@ android-test:
apackage:
cd platform/android && ./gradlew --parallel-threads=$(JOBS) assemble$(BUILDTYPE)
+.PHONY: style-code-android
+style-code-android:
+ node platform/android/scripts/generate-style-code.js
+
#### Miscellaneous targets #####################################################
.PHONY: style-code