blob: e3c890a9ba15360f8eef266a0074092fdf3745d8 [file] [log] [blame]
Andrew Hsieh4aee1b42013-08-01 11:48:48 +08001#!/bin/sh
2
Andrew Hsieh083bc972014-11-17 10:51:34 +08003. `dirname $0`/build/tools/ndk-common.sh
4
Andrew Hsieh4aee1b42013-08-01 11:48:48 +08005# Find all symlink in toolchains/windows and windows-x86_64 directories
6WIN_DIRS=`find toolchains \( -name "windows" -o -name "windows-x86_64" \)`
7
Andrew Hsieh083bc972014-11-17 10:51:34 +08008dereference_symlink $WIN_DIRS
Andrew Hsieh4aee1b42013-08-01 11:48:48 +08009
10# The following should print nothing if we did good job
11find toolchains/ -type l | grep windows