Android: Minimum requirement is now Gingerbread. Upgrade to GCC 4.8.

"Fixes" #4798.
This commit is contained in:
Henrik Rydgard 2014-02-17 23:34:32 +01:00
parent 42af77ed9c
commit 9e0d4836fe
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
android:versionName="0.9.7.2" >
<uses-sdk
android:minSdkVersion="8"
android:minSdkVersion="9"
android:targetSdkVersion="19" />
<uses-feature android:glEsVersion="0x00020000" >

View File

@ -3,4 +3,4 @@ APP_STL := gnustl_static
APP_ABI := armeabi-v7a armeabi x86
#APP_ABI := armeabi-v7a
APP_GNUSTL_CPP_FEATURES :=
NDK_TOOLCHAIN_VERSION := 4.6
NDK_TOOLCHAIN_VERSION := 4.8