[Android] Removing x86 from APP_ABI. Otherwise the time of compiling will be very long.

This commit is contained in:
James Chen 2013-08-26 16:52:20 +08:00
parent c186ed6a7f
commit c9ffc44bc4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
APP_STL := gnustl_static APP_STL := gnustl_static
APP_CPPFLAGS := -frtti -DCOCOS2D_DEBUG=1 -std=c++11 APP_CPPFLAGS := -frtti -DCOCOS2D_DEBUG=1 -std=c++11
APP_ABI := armeabi x86 APP_ABI := armeabi
APP_OPTIM := debug APP_OPTIM := debug