Skip to content

Commit

Permalink
nitc/android: do not compile for MIPS, but it is easy to bring back
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
  • Loading branch information
xymus committed Nov 8, 2015
1 parent 5d35dbd commit 12315c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/android.nit
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class AndroidToolchain
## Generate Application.mk
dir = "{android_project_root}/jni/"
"""
APP_ABI := armeabi armeabi-v7a x86 mips
APP_ABI := armeabi armeabi-v7a x86
APP_PLATFORM := android-{{{app_target_api}}}
""".write_to_file "{dir}/Application.mk"

Expand Down

0 comments on commit 12315c4

Please sign in to comment.