Lines Matching full:build
73 <li>Provides a simplified build system through the new <code>ndk-build</code> build
96 supported by the NDK. For example, you can build for both ARMv5 and ARMv7-A
129 <li>The toolchain binaries have been refreshed for this release with GCC 4.4.0, which should generate slightly more compact and efficient machine code than the previous one (4.2.1). The NDK also still provides the 4.2.1 binaries, which you can optionally use to build your machine code.</li>
195 <li>A set of tools and build files used to generate native code libraries from C
224 can also build for both architectures at the same time and have everything
266 <p>The NDK also provides a build system that lets you work efficiently with your
268 create very short build files to describe which sources to compile and which
269 Android application will use them — the build system compiles the sources
306 <li>CPU-ARM-NEON.TXT — a description of how to build with optional
470 describe your native sources to the NDK build system</li>
472 <li>Build your native code by running the 'ndk-build' script from your projet's directory.
477 $ <ndk>/ndk-build
480 <p>The build tools copy the stripped, shared libraries needed by your
485 SDK build tools will package the shared libraries in the application's
528 <p>You can build the shared libraries for the sample apps by going into <code><ndk>/samples/<name>/</code>
529 then calling the <code>ndk-build</code> command. The generated shared libraries will be located under
534 <p>Next, build the sample Android applications that use the shared
542 necessary, and build/run the application in the emulator. For more information
547 the build file for each of the sample projects at
549 necessary, build your project in the usual way, and run it in the emulator.