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

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

am 3b8de670: Merge "liblog: Build Breakage in sdk(linux)"

* commit '3b8de670':
  liblog: Build Breakage in sdk(linux)
parents 19bbf92d 3b8de670
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ liblog_sources := logd_write.c
else
liblog_sources := logd_write_kern.c
endif
liblog_sources += log_time.cpp

ifneq ($(filter userdebug eng,$(TARGET_BUILD_VARIANT)),)
liblog_cflags := -DUSERDEBUG_BUILD=1
@@ -51,10 +50,11 @@ else
endif

liblog_host_sources := $(liblog_sources) fake_log_device.c
liblog_target_sources := $(liblog_sources) log_time.cpp
ifneq ($(TARGET_USES_LOGD),false)
liblog_target_sources = $(liblog_sources) log_read.c
liblog_target_sources += log_read.c
else
liblog_target_sources = $(liblog_sources) log_read_kern.c
liblog_target_sources += log_read_kern.c
endif

# Shared and static library for host