Home | History | Annotate | Download | only in ndk
      1 #!/bin/sh
      2 
      3 . `dirname $0`/build/tools/ndk-common.sh
      4 
      5 # Find all symlink in toolchains directory.
      6 WIN_DIRS=`find toolchains`
      7 
      8 dereference_symlink $WIN_DIRS
      9 
     10 # The following should print nothing if we did good job
     11 find toolchains/ -type l
     12