annotate android/config.cfg.example @ 4963:604077962776

Fixed screen texture format on Android I think this also fixes some of the red/blue channel swap bugs reported on iPhone.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 05 Jan 2011 00:09:19 -0800
parents e0bd00bfd118
children
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".
4956
e0bd00bfd118 Fixed problem with trailing space
Sam Lantinga <slouken@libsdl.org>
parents: 4955
diff changeset
3
e0bd00bfd118 Fixed problem with trailing space
Sam Lantinga <slouken@libsdl.org>
parents: 4955
diff changeset
4 # This should be the full path to the Android NDK
e0bd00bfd118 Fixed problem with trailing space
Sam Lantinga <slouken@libsdl.org>
parents: 4955
diff changeset
5 ANDROID_NDK := /Users/hercules/eclipse/android-ndk-r5
e0bd00bfd118 Fixed problem with trailing space
Sam Lantinga <slouken@libsdl.org>
parents: 4955
diff changeset
6
e0bd00bfd118 Fixed problem with trailing space
Sam Lantinga <slouken@libsdl.org>
parents: 4955
diff changeset
7 # This should be "linux-x86" for linux, "darwin-x86" for mac
e0bd00bfd118 Fixed problem with trailing space
Sam Lantinga <slouken@libsdl.org>
parents: 4955
diff changeset
8 ANDROID_NDK_HOST := darwin-x86