summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libcutils/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcutils/Android.mk b/libcutils/Android.mk
index 3405dee..effaae0 100644
--- a/libcutils/Android.mk
+++ b/libcutils/Android.mk
@@ -39,7 +39,6 @@ commonSources := \
config_utils.c \
cpu_info.c \
load_file.c \
- klog.c \
list.c \
open_memstream.c \
strdup16to8.c \
@@ -99,7 +98,7 @@ include $(BUILD_HOST_STATIC_LIBRARY)
# ========================================================
include $(CLEAR_VARS)
LOCAL_MODULE := libcutils
-LOCAL_SRC_FILES := $(commonSources) ashmem-dev.c mq.c android_reboot.c partition_utils.c uevent.c qtaguid.c
+LOCAL_SRC_FILES := $(commonSources) ashmem-dev.c mq.c android_reboot.c partition_utils.c uevent.c qtaguid.c klog.c
ifeq ($(TARGET_ARCH),arm)
LOCAL_SRC_FILES += arch-arm/memset32.S