Sign in
android
/
platform
/
ndk
/
e861e58a443a7a083378227c6d1a1e47b5ea4b1d
/
.
/
remove-windows-symlink.sh
blob: bafaaae9163eec6344511303171fe98cf650ab8d [
file
] [
log
] [
blame
]
#!/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