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 20ef840 commit 2055c7eCopy full SHA for 2055c7e
example-egl/bash_script/build_toolchain.sh
@@ -49,7 +49,7 @@ set -x
49
--api=$ANDROID_API --install-dir=$TOOLCHAIN_DIR \
50
--arch=$ARCH --stl libc++
51
# The command above includes the wrong headers due to a bug in the android sdk and/or cmake. The following two commands fix this issue.
52
-rm -rf $TOOLCHAIN_DIR/sysroot/usr
+rm -rf "$TOOLCHAIN_DIR/sysroot/usr"
53
cp -r "$ANDROID_HOME/ndk-bundle/platforms/android-$ANDROID_API/arch-$ARCH/usr" "$TOOLCHAIN_DIR/sysroot/usr"
54
set +x
55
printf "Standalone toolchain ready\n"
0 commit comments