We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1253ad2 commit 3fc6491Copy full SHA for 3fc6491
Build_android/libiconv/jni/Android.mk
@@ -1,6 +1,5 @@
1
LOCAL_PATH := $(call my-dir)
2
include $(CLEAR_VARS)
3
-TARGET_ARCH_ABI := armeabi-v7a
4
LOCAL_MODULE := iconv
5
LOCAL_CFLAGS := \
6
-Wno-multichar \
Build_android/libiconv/jni/Application.mk
@@ -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 commit comments