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