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.gradle3
1 files changed, 3 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..2b8128d211
--- /dev/null
+++ b/platform/android/gradle/gradle-update-vendor-modules.gradle
@@ -0,0 +1,3 @@
+task updateVendorSubmodules {
+ "git submodule update --init --recursive vendor".execute()
+} \ No newline at end of file