Browse Source

Add an Application.mk file to build for armeabi, armeabi-v7a and x86

master
Reece H. Dunn 12 years ago
parent
commit
0bd76a88fa
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      jni/Application.mk

+ 9
- 0
jni/Application.mk View File

APP_OPTIM := release
APP_PLATFORM := android-8

# For use with ndk-rXm (MIPS NDK)
#APP_ABI := mips

# For use with ndk-rX-crystax (Crystax NDK)
APP_TOOLCHAIN_VERSION := 4.6.3
APP_ABI := armeabi armeabi-v7a x86

Loading…
Cancel
Save