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

Commit 381edf5e authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Android Git Automerger
Browse files

am af9f065b: am 8ff765a8: am 939a5b09: Merge "logd: default user space logger"

* commit 'af9f065b':
  logd: default user space logger
parents f1ddbbfa af9f065b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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