Lines Matching refs:NDK
1 Android NDK Installation
6 Please read docs/OVERVIEW.html to understand what the Android NDK is and is not.
7 This file gives instructions on how to properly setup your NDK.
13 The Android NDK currently requires a Linux, OS X or Windows host operating system.
16 use the NDK. Note that running it under MSys or Cygwin 1.5 is not supported.
18 You will need to have the Android SDK and its dependencies installed. The NDK
24 The Android NDK can only be used to target system images using
30 The NDK requires GNU Make 3.81 or later being available on your development
42 when invoking the NDK build system as described in the documentation. You might
45 The NDK also requires a Nawk or GNU Awk executable being available on your
47 the 'match' and 'substr' functions used by the NDK build system.
54 configure the NDK. However, this step has been removed in release 4 (a.k.a. r4).
57 been moved into the NDK makefiles (and are now performed each time you invoke