aboutsummaryrefslogtreecommitdiffstats
path: root/jni/EastAsianWidth/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'jni/EastAsianWidth/Android.mk')
-rw-r--r--jni/EastAsianWidth/Android.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/jni/EastAsianWidth/Android.mk b/jni/EastAsianWidth/Android.mk
new file mode 100644
index 0000000..28287cf
--- /dev/null
+++ b/jni/EastAsianWidth/Android.mk
@@ -0,0 +1,11 @@
+LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+
+
+LOCAL_SRC_FILES := org_connectbot_util_EastAsianWidth.c
+LOCAL_MODULE := org_connectbot_util_EastAsianWidth
+LOCAL_CFLAGS += -I$(LOCAL_PATH)/unicode
+
+LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -licuuc -llog
+
+include $(BUILD_SHARED_LIBRARY)