android_mt6572_jiabo/ndk/remove-windows-symlink.sh
2025-09-05 16:56:03 +08:00

11 lines
237 B
Bash
Executable file

#!/bin/sh
. `dirname $0`/build/tools/ndk-common.sh
# Find all symlink in toolchains directory.
WIN_DIRS=`find toolchains`
dereference_symlink $WIN_DIRS
# The following should print nothing if we did good job
find toolchains/ -type l