Merge pull request #841 from l3iggs/patch-4

(Android) restrict abi targets
This commit is contained in:
Twinaphex 2014-07-26 20:30:25 +02:00
commit 50078b927a
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ ifeq ($(GLES),3)
else
APP_PLATFORM := android-9
endif
APP_ABI := all
APP_ABI := armeabi-v7a mips x86