aboutsummaryrefslogtreecommitdiffstats
path: root/ti_st/uim-sysfs/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ti_st/uim-sysfs/Android.mk')
-rw-r--r--ti_st/uim-sysfs/Android.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/ti_st/uim-sysfs/Android.mk b/ti_st/uim-sysfs/Android.mk
new file mode 100644
index 0000000..32c6823
--- /dev/null
+++ b/ti_st/uim-sysfs/Android.mk
@@ -0,0 +1,18 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+#
+# UIM Application
+#
+
+LOCAL_C_INCLUDES:= uim.h
+
+LOCAL_SRC_FILES:= \
+ uim.c
+LOCAL_CFLAGS:= -g -c -W -Wall -O2 -D_POSIX_SOURCE
+LOCAL_SHARED_LIBRARIES:= libnetutils libcutils
+LOCAL_MODULE:=uim-sysfs
+LOCAL_MODULE_TAGS:= eng
+include $(BUILD_EXECUTABLE)
+
+