瀏覽代碼

fix android build

Crimson-Hawk 2 年之前
父節點
當前提交
daf2c1f496
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .ci/scripts/android/build.sh

+ 2 - 0
.ci/scripts/android/build.sh

@@ -7,6 +7,8 @@
 export NDK_CCACHE="$(which ccache)"
 ccache -s
 
+git submodule update --init --recursive
+
 BUILD_FLAVOR="mainline"
 
 BUILD_TYPE="release"