NDK Programmer's Guide
Building

This section explains, in detail, how to use the NDK to build your project. It comprises the following topics:

  • ndk-build
    • How to use the shell script that invokes the tools to build your shared libraries.
  • Android.mk
    • Syntax for the file that describes your build sources to the build system.
  • Application.mk
    • Syntax for the file that describes the native modules that your application requires.
  • Standalone Toolchain
    • How to integrate the NDK into your existing build system.