Task #168
Updated by Dmitry M. almost 12 years ago
This is needed because warnings produced by ndk-build recognized as errors when build from eclipse and, therefore, eclipse can't continue.
Example of warning:
<pre>
/opt/android/android-ndk-r8d/build/core/add-application.mk:128: Android NDK: WARNING: APP_PLATFORM android-9 is larger than android:minSdkVersion 8 in /Volumes/DARWIN-SSD/work/joybits/ipad/of_ipad_new/apps/DoodleGod/DoodleAnything-1.5-HD/android/DoodleEverything/AndroidManifest.xml
</pre>
Suggested fix should behave like that finally:
<pre>
ndk-build NDK_SUPPRESS_WARNINGS=1
</pre>