am 5b675903: am 56e1eebd: Merge "logd: default user space logger"

* commit '5b6759035b2f99f37cbdbf9de5c2e098f6ba3f76':
  logd: default user space logger
This commit is contained in:
Mark Salyzyn 2014-03-12 23:04:41 +00:00 committed by Android Git Automerger
commit ff52f9f054

View File

@ -624,7 +624,7 @@ LOCAL_SYSTEM_SHARED_LIBRARIES :=
# Since this code is experimental it is disabled by default. # Since this code is experimental it is disabled by default.
LOCAL_CFLAGS += -DPTHREAD_DEBUG_ENABLED=false LOCAL_CFLAGS += -DPTHREAD_DEBUG_ENABLED=false
ifeq ($(TARGET_USES_LOGD),true) ifneq ($(TARGET_USES_LOGD),false)
LOCAL_CFLAGS += -DTARGET_USES_LOGD LOCAL_CFLAGS += -DTARGET_USES_LOGD
endif endif