summaryrefslogtreecommitdiffstats
path: root/lmkd/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lmkd/Android.mk')
-rw-r--r--lmkd/Android.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/lmkd/Android.mk b/lmkd/Android.mk
new file mode 100644
index 0000000..5d6d1d2
--- /dev/null
+++ b/lmkd/Android.mk
@@ -0,0 +1,10 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES := lmkd.c
+LOCAL_STATIC_LIBRARIES := libcutils liblog libm libc
+LOCAL_FORCE_STATIC_EXECUTABLE := true
+
+LOCAL_MODULE := lmkd
+
+include $(BUILD_EXECUTABLE)