Skip to content

Commit 081d999

Browse files
committed
Switched libiconv jni files to use clang3.4
1 parent d4f9811 commit 081d999

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Build_android/libiconv/jni/Android.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ LOCAL_CFLAGS := \
1111
-Wno-static-in-inline \
1212
-Wno-tautological-compare \
1313
-Wno-parentheses-equality
14-
# -DLIBICONV_PLUG
1514

1615
LOCAL_C_INCLUDES := \
1716
${LOCAL_PATH}/../libiconv-1.13.1 \
1817
${LOCAL_PATH}/../libiconv-1.13.1/include \
1918
${LOCAL_PATH}/../libiconv-1.13.1/lib \
2019
${LOCAL_PATH}/../libiconv-1.13.1/libcharset/include
21-
LOCAL_LDLIBS += -static-libstdc++
2220
LOCAL_SRC_FILES := \
2321
../libiconv-1.13.1/lib/iconv.c \
2422
../libiconv-1.13.1/lib/relocatable.c \
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NDK_TOOLCHAIN_VERSION := 4.8
2-
APP_STL := none
1+
NDK_TOOLCHAIN_VERSION := clang3.4
2+
APP_STL := gnustl_static
33
APP_PLATFORM := android-9
44
APP_ABI := armeabi-v7a

0 commit comments

Comments
 (0)