We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473921c commit 235c30cCopy full SHA for 235c30c
build-android.sh
@@ -86,7 +86,7 @@ function build_android_arch {
86
echo "toolchain ${TOOL_NAME} missing, create it"
87
$ANDROID_NDK_HOME/build/tools/make-standalone-toolchain.sh \
88
--platform=android-$ANDROID_SDK \
89
- --stl=libc++ \
+ --stl=libc++_shared \
90
--arch=$ARCH \
91
--install-dir=$TOOLCHAIN_ROOT_PATH \
92
--verbose
0 commit comments