Browse Source

fix android build

Crimson-Hawk 2 năm trước cách đây
mục cha
commit
daf2c1f496
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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"