1.1 --- a/android/config.cfg.example Tue Jan 04 12:46:49 2011 -0800
1.2 +++ b/android/config.cfg.example Tue Jan 04 12:49:48 2011 -0800
1.3 @@ -1,4 +1,8 @@
1.4 # This file sets up paths needed to find the NDK build tools.
1.5 # Edit it appropriately for your configuration and save it as "config.cfg".
1.6 -ANDROID_NDK := </absolute/path/to/android/ndk>
1.7 -ANDROID_NDK_HOST := <host-os> # "linux-x86" for linux, "darwin-x86" for mac
1.8 +
1.9 +# This should be the full path to the Android NDK
1.10 +ANDROID_NDK := /Users/hercules/eclipse/android-ndk-r5
1.11 +
1.12 +# This should be "linux-x86" for linux, "darwin-x86" for mac
1.13 +ANDROID_NDK_HOST := darwin-x86