Browse Source

Application.mk: align the ':=' and remove commented out code

master
Reece H. Dunn 12 years ago
parent
commit
2c20fe7e33
1 changed files with 3 additions and 8 deletions
  1. 3
    8
      android/jni/Application.mk

+ 3
- 8
android/jni/Application.mk View File

@@ -1,9 +1,4 @@
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_OPTIM := release
APP_PLATFORM := android-8
APP_TOOLCHAIN_VERSION := 4.6.3
APP_ABI := armeabi armeabi-v7a x86
APP_ABI := armeabi armeabi-v7a x86

Loading…
Cancel
Save