summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2011-09-04 17:15:30 -0700
committerDima Zavin <dima@android.com>2011-09-04 17:16:13 -0700
commit7e14e0c9748722ece27a6a65a5a7812b26d8b22e (patch)
treef543455c3fa29c7311e17b101430ae78874d5234
parentf48b23688c1303212c65e470af9f9f3892e98f8e (diff)
downloadsystem_core-7e14e0c9748722ece27a6a65a5a7812b26d8b22e.zip
system_core-7e14e0c9748722ece27a6a65a5a7812b26d8b22e.tar.gz
system_core-7e14e0c9748722ece27a6a65a5a7812b26d8b22e.tar.bz2
cutils: only build klog for target
Change-Id: Id524753ca5e7271a498fdf03179bba3fdaed5729 Signed-off-by: Dima Zavin <dima@android.com>
-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