aboutsummaryrefslogtreecommitdiff
path: root/remove-windows-symlink.sh
blob: bafaaae9163eec6344511303171fe98cf650ab8d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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