diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-25 15:05:12 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-25 15:05:12 +0200 |
commit | 2d1ba27de2ed0b477f88ed8cc64fcccd709d8221 (patch) | |
tree | 581aa7b78748a884e8a30e76ff76e6aadb354250 /jni/Application.mk | |
parent | 4cd02fc5441d4eeb017fcde336d6d159bcb0892c (diff) |
restore compatibility with Android 4.0
Diffstat (limited to 'jni/Application.mk')
-rw-r--r-- | jni/Application.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jni/Application.mk b/jni/Application.mk index e33410ed..38ce95f3 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,4 +1,5 @@ APP_ABI := all +NDK_TOOLCHAIN_VERSION=4.4.3 #APP_PLATFORM := android-14 #APP_OPTIM := release |