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