diff options
Diffstat (limited to 'tools/kcm/Android.mk')
-rw-r--r-- | tools/kcm/Android.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/kcm/Android.mk b/tools/kcm/Android.mk deleted file mode 100644 index 130a13a..0000000 --- a/tools/kcm/Android.mk +++ /dev/null @@ -1,15 +0,0 @@ -# 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) - - |