# Configuration for building a custom Cross-CHICKEN # # Copy this file to "config.mk" and make all necessary changes to reflect the configuration # of your environment. # Path to Android NDK tools NDK_PATH ?= ~/opt/android-ndk-r8 # Platform-ID ANDROID_PLATFORM ?= android-14 # Name of the final application-package #PACKAGE_NAME ?= my.package TARGET_BASEPATH = /system # Host-system architecture, on which the application is built HOST_ARCH ?= linux-x86 # Target-system architecture, on which the application will run ARCH ?= armeabi # Enable this to build libraries with debug-information #DEBUGBUILD ?= 1