Browse Source

Build a version of libttsespeak.so for the MIPS architecture.

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

+ 1
- 1
android/jni/Application.mk View File

@@ -1,4 +1,4 @@
APP_OPTIM := release
APP_PLATFORM := android-8
APP_TOOLCHAIN_VERSION := 4.6.3
APP_ABI := armeabi armeabi-v7a x86
APP_ABI := mips armeabi armeabi-v7a x86

Loading…
Cancel
Save