logd: default user space logger

Change-Id: I16825c26f098241376d4014f3a8e93174387dbcf
This commit is contained in:
Mark Salyzyn 2014-03-12 09:29:06 -07:00
parent 5fb1a34af4
commit 99ff9469c5
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
LOCAL_PATH := $(my-dir)
include $(CLEAR_VARS)
ifeq ($(TARGET_USES_LOGD),true)
ifneq ($(TARGET_USES_LOGD),false)
liblog_sources := logd_write.c
else
liblog_sources := logd_write_kern.c
@ -46,7 +46,7 @@ else
endif
liblog_host_sources := $(liblog_sources) fake_log_device.c
ifeq ($(TARGET_USES_LOGD),true)
ifneq ($(TARGET_USES_LOGD),false)
liblog_target_sources = $(liblog_sources) log_read.c
else
liblog_target_sources = $(liblog_sources) log_read_kern.c