Lines Matching refs:build
1 This is a copy of LLVM's libc++ project, slightly modified to build
31 $NDK/ndk-build -C android/test
36 $NDK/ndk-build
38 3/ To see build commands, use V=1, as in:
40 $NDK/ndk-build -C android/test V=1
52 Main build file for the library. This builds one static and
59 NDK build project for two test programs that link against the
67 By default, ndk-build tries to build with GCC 4.6, however, experimental
75 $NDK/ndk-build -C android/test
78 $NDK/ndk-build -C android/test NDK_TOOLCHAIN_VERSION=4.8
81 NDK_TOOLCHAIN_VERSION=Clang3.4 $NDK/ndk-build -C android/test