Improving compatibility with the latest Android SDK (r21) and NDK (r8c).

- Adding Android SDK/ADT r21 compatibility;
- fixing stl headers path for new ndk;
- fixing native API level for Android projects
This commit is contained in:
Andrey Pavlenko
2012-11-20 18:27:03 +04:00
parent 6cd70c83fb
commit cfd634ca3e
18 changed files with 46 additions and 57 deletions

View File

@@ -1,3 +1,4 @@
APP_STL := gnustl_static
APP_CPPFLAGS := -frtti -fexceptions
APP_ABI := armeabi-v7a
APP_PLATFORM := android-8