1#!/bin/sh 2 3. `dirname $0`/build/tools/ndk-common.sh 4 5# Find all symlink in toolchains/windows and windows-x86_64 directories 6WIN_DIRS=`find toolchains \( -name "windows" -o -name "windows-x86_64" \)` 7 8dereference_symlink $WIN_DIRS 9 10# The following should print nothing if we did good job 11find toolchains/ -type l | grep windows 12