Lines Matching refs:NDK
2 with this NDK. *EXPERIMENTAL* *BROKEN* *DO* *NOT* *USE*.
19 You need a recent NDK release, one which provides a version
24 1/ Set NDK to the path of a recent Android NDK install path
25 (Use Android NDK r8e or above), e.g.:
27 NDK=$HOME/android/ndk-r8e
31 $NDK/ndk-build -C android/test
36 $NDK/ndk-build
40 $NDK/ndk-build -C android/test V=1
55 If modifications are not obvious, read $NDK/docs/ANDROID-MK.html
59 NDK build project for two test programs that link against the
68 versions of GCC 4.7 and Clang 3.1 are available with recent NDK releases.
75 $NDK/ndk-build -C android/test
78 $NDK/ndk-build -C android/test NDK_TOOLCHAIN_VERSION=4.7
81 NDK_TOOLCHAIN_VERSION=Clang3.1 $NDK/ndk-build -C android/test