Merge pull request #100 from l3iggs/master

[Android] allow variable ABI targets
This commit is contained in:
Twinaphex 2014-08-19 07:43:46 +02:00
commit fbd8e53ce0
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ fi
#ANDROID DEFINES #ANDROID DEFINES
#================ #================
export TARGET_ABIS = "armeabi-v7a mips x86"
#uncomment to define NDK standalone toolchain for ARM #uncomment to define NDK standalone toolchain for ARM
#export NDK_ROOT_DIR_ARM = #export NDK_ROOT_DIR_ARM =