summaryrefslogtreecommitdiffstats
path: root/tools/kcm/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tools/kcm/Android.mk')
-rw-r--r--tools/kcm/Android.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/kcm/Android.mk b/tools/kcm/Android.mk
new file mode 100644
index 0000000..130a13a
--- /dev/null
+++ b/tools/kcm/Android.mk
@@ -0,0 +1,15 @@
+# Copyright 2007 The Android Open Source Project
+#
+# Copies files into the directory structure described by a manifest
+
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES := \
+ kcm.cpp
+
+LOCAL_MODULE := kcm
+
+include $(BUILD_HOST_EXECUTABLE)
+
+