Loading liblog/Android.mk +3 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,6 @@ endif ifndef WITH_MINGW liblog_sources += \ logprint.c \ event_tag_map.c else liblog_sources += \ Loading @@ -49,6 +48,9 @@ endif liblog_host_sources := $(liblog_sources) fake_log_device.c event.logtags liblog_target_sources := $(liblog_sources) log_time.cpp log_is_loggable.c ifndef WITH_MINGW liblog_target_sources += logprint.c endif ifneq ($(TARGET_USES_LOGD),false) liblog_target_sources += log_read.c else Loading liblog/logd_write.c +2 −0 Original line number Diff line number Diff line Loading @@ -13,7 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ #if (FAKE_LOG_DEVICE == 0) #include <endian.h> #endif #include <errno.h> #include <fcntl.h> #if !defined(_WIN32) Loading Loading
liblog/Android.mk +3 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,6 @@ endif ifndef WITH_MINGW liblog_sources += \ logprint.c \ event_tag_map.c else liblog_sources += \ Loading @@ -49,6 +48,9 @@ endif liblog_host_sources := $(liblog_sources) fake_log_device.c event.logtags liblog_target_sources := $(liblog_sources) log_time.cpp log_is_loggable.c ifndef WITH_MINGW liblog_target_sources += logprint.c endif ifneq ($(TARGET_USES_LOGD),false) liblog_target_sources += log_read.c else Loading
liblog/logd_write.c +2 −0 Original line number Diff line number Diff line Loading @@ -13,7 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ #if (FAKE_LOG_DEVICE == 0) #include <endian.h> #endif #include <errno.h> #include <fcntl.h> #if !defined(_WIN32) Loading