mirror of https://git.suyu.dev/suyu/suyu
fix android build
This commit is contained in:
parent
5f351bf2b3
commit
daf2c1f496
|
@ -7,6 +7,8 @@
|
||||||
export NDK_CCACHE="$(which ccache)"
|
export NDK_CCACHE="$(which ccache)"
|
||||||
ccache -s
|
ccache -s
|
||||||
|
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
BUILD_FLAVOR="mainline"
|
BUILD_FLAVOR="mainline"
|
||||||
|
|
||||||
BUILD_TYPE="release"
|
BUILD_TYPE="release"
|
||||||
|
|
Loading…
Reference in New Issue