Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e14e0c9 authored by Dima Zavin's avatar Dima Zavin
Browse files

cutils: only build klog for target



Change-Id: Id524753ca5e7271a498fdf03179bba3fdaed5729
Signed-off-by: default avatarDima Zavin <dima@android.com>
parent f48b2368
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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