summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 6424205279..28d1e39e68 100644
--- a/circle.yml
+++ b/circle.yml
@@ -535,6 +535,9 @@ jobs:
steps:
- install-dependencies: { gradle: true }
- run:
+ name: Initialize vendor submodules
+ command: git submodule update --init platform/android/vendor
+ - run:
name: Android nitpick
command: make run-android-nitpick
- run:
@@ -599,6 +602,9 @@ jobs:
steps:
- install-dependencies: { gradle: true }
- run:
+ name: Initialize vendor submodules
+ command: git submodule update --init platform/android/vendor
+ - run:
name: Android nitpick
command: make run-android-nitpick
- run: