summaryrefslogtreecommitdiff
path: root/platform/android/gradle/gradle-update-vendor-modules.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/gradle/gradle-update-vendor-modules.gradle')
-rw-r--r--platform/android/gradle/gradle-update-vendor-modules.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/android/gradle/gradle-update-vendor-modules.gradle b/platform/android/gradle/gradle-update-vendor-modules.gradle
new file mode 100644
index 0000000000..f2305eb7a5
--- /dev/null
+++ b/platform/android/gradle/gradle-update-vendor-modules.gradle
@@ -0,0 +1,5 @@
+task updateVendorSubmodules {
+ doLast {
+ "git submodule update --init --recursive vendor".execute()
+ }
+} \ No newline at end of file