Application.mk file syntax specification Introduction: This document describes the syntax of Application.mk build files written to describe the native modules required by your Android application. To understand what follows, it is assumed that you ha…
Android.mk file syntax specification Introduction: This document describes the syntax of Android.mk build file written to describe your C and C++ source files to the Android NDK. To understand what follows, it is assumed that you have read theOVERVIE…