annotate android/config.cfg.example @ 4955:361ada59e3aa

Change from jlunder: Minor configuration changes to smooth the build process, make it work on mac.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 04 Jan 2011 12:46:49 -0800
parents
children e0bd00bfd118
rev   line source
4955
361ada59e3aa Change from jlunder:
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1 # This file sets up paths needed to find the NDK build tools.
361ada59e3aa Change from jlunder:
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
2 # Edit it appropriately for your configuration and save it as "config.cfg".
361ada59e3aa Change from jlunder:
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
3 ANDROID_NDK := </absolute/path/to/android/ndk>
361ada59e3aa Change from jlunder:
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
4 ANDROID_NDK_HOST := <host-os> # "linux-x86" for linux, "darwin-x86" for mac