History log of /ndk/ndk-which
Revision Date Author Comments
2826d4ee20f857e066761fe76b05931c4a1bc2f6 23-Jul-2014 Jamey Hicks <jamey.hicks@gmail.com> Use a process-specific tmpdir.

Currently, ndk-which uses a global tmpdir that it creates and
removes. If two instances of ndk-which run at the same time, they
conflict and one or both of them may fail. This changes to use a
per-process temporary directory in order to avoid that problem.

Change-Id: I554736fef814f78a5e9398e9b8cad0d700ba98c6
8e181482ef8e4a11e64f3ecee2df9d08baf6bafe 30-Aug-2012 Ryan V. Bissell <rbissell@nvidia.com> New 'ndk-which' convenience script

This script provides convenient access to the various components of the
Android NDK toolchain. For example: if you have a need to run the
NDK's '<arch>-linux-androideabi-nm' utility on some android target
file, you can do it now with `ndk-which nm` instead of (example)
$NDK/toolchains/.../prebuilt/linux-x86/bin/<arch>-linux-androideabi-nm

Change-Id: I841c70af7f2f09cec2ee23919489a7e2db83f105