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

* commit '56e1eebd39be4830f309603b38e4b1118c544fb3':
  logd: default user space logger
This commit is contained in:
Mark Salyzyn
2014-03-12 21:07:06 +00:00
committed by Android Git Automerger

View File

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