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.gradle8
1 files changed, 0 insertions, 8 deletions
diff --git a/platform/android/gradle/gradle-update-vendor-modules.gradle b/platform/android/gradle/gradle-update-vendor-modules.gradle
deleted file mode 100644
index e215450ec1..0000000000
--- a/platform/android/gradle/gradle-update-vendor-modules.gradle
+++ /dev/null
@@ -1,8 +0,0 @@
-task updateVendorSubmodules {
- doLast {
- exec {
- workingDir = "${rootDir}"
- commandLine "git", "submodule", "update", "--init", "vendor"
- }
- }
-} \ No newline at end of file