This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add an Application.mk file to build for armeabi, armeabi-v7a and x86
master
Reece H. Dunn
12 years ago
parent
ca4f072da6
commit
0bd76a88fa
1 changed files
with
9 additions
and
0 deletions
Unified View
Show Diff Stats
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
Write
Preview
Loading…
Cancel
Save