March 2013
Intermediate to advanced
346 pages
8h 4m
English
The previous recipe covered how to port a command-line executable to Android with an NDK build system. This recipe describes how to do it by using the Android NDK toolchain as a standalone compiler.
It is recommended that you read the Porting a library with its existing build system recipe in Chapter 8, Porting and Using Existing Libraries with Android NDK, before continuing.
The following steps describe how to port the fusch program to Android by using the NDK toolchain directly:
cookbook.chapter9.portingexecutablebuildsystem. Refer ...