The Android Open Source Project | b6c1cf6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 1 | # Copyright 2007 The Android Open Source Project |
2 | # | ||||
3 | # Copies files into the directory structure described by a manifest | ||||
4 | |||||
5 | LOCAL_PATH:= $(call my-dir) | ||||
6 | include $(CLEAR_VARS) | ||||
7 | |||||
8 | LOCAL_SRC_FILES := \ | ||||
9 | kcm.cpp | ||||
10 | |||||
11 | LOCAL_MODULE := kcm | ||||
12 | |||||
13 | include $(BUILD_HOST_EXECUTABLE) | ||||
14 | |||||
15 |