Skip to content

Commit

Permalink
Added x86 builds for libiconv
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed Nov 10, 2014
1 parent 1253ad2 commit 3fc6491
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Build_android/libiconv/jni/Android.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
TARGET_ARCH_ABI := armeabi-v7a
LOCAL_MODULE := iconv
LOCAL_CFLAGS := \
-Wno-multichar \
Expand Down
3 changes: 1 addition & 2 deletions Build_android/libiconv/jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
NDK_TOOLCHAIN_VERSION := clang3.4
APP_STL := gnustl_static
APP_PLATFORM := android-9
APP_ABI := armeabi-v7a
APP_ABI := armeabi-v7a x86

0 comments on commit 3fc6491

Please sign in to comment.