Lines Matching refs:build
1 page.title=ndk-build
19 <p>The {@code ndk-build} file is a shell script introduced in Android NDK r4. Its purpose
20 is to invoke the right NDK build script.
24 <p>Running the {@code ndk-build} script is equivalent to running the following command:</p>
27 $GNUMAKE -f <ndk>/build/core/build-local.mk
33 this information to invoke ndk-build from other shell scripts, or even your own
37 <p>The {@code ndk-build} file lives in the top level the NDK installation directory. To run it
43 $ <ndk>/ndk-build
52 <p>All parameters to ndk-build are passed directly to the underlying GNU {@code make}
53 command that runs the NDK build scripts. Combine <code>ndk-build</code> and
54 options in the form <code>ndk-build <option></code>. For example: </p>
57 $ ndk-build clean
65 <dd>Launch build, and display build commands.<dd>
69 <dd>Force a complete rebuild, and display build commands.</dd>
73 <dd>Force a debuggable build (see <a href="#dvr">Table 1</a>).</dd>
75 <dd>Force a release build (see <a href="#dvr">Table 1</a>).</dd>
90 {@code AndroidManifest.xml} to specify debug or release build,
120 $ ndk-build NDK_DEBUG=1
123 <p>If you are using build tools from prior to SDK r8, you must also modify your
141 respectively. The ndk-build script automatically chooses a 64-bit version of
144 on the ndk-build command line.</p>
149 <p>You need GNU Make 3.81 or later to use ndk-build or the NDK in general.
150 The build scripts will detect a non-compliant Make tool, and generate an error
154 before launching ndk-build. For example: </p>
158 $ ndk-build