Actions
Task #168
closedAdd NDK_SUPPRESS_WARNINGS variable to ndk-build
Start date:
01/19/2013
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
Host OS:
Toolchain:
Android version:
Description
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:
/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
Suggested fix should behave like that finally:
ndk-build NDK_SUPPRESS_WARNINGS=1
Actions