liblog: logcat: Replace log/logd.h with log/log.h
Should use log/log.h and in some cases android/log.h instead. Can
not remove file because still in use by partners, so log/logd.h
points to log/log.h.
Test: Compile
Bug: 26552300
Bug: 31289077
Change-Id: I3580d46154617abb7231027a44f4ab9ee023febf
diff --git a/liblog/logd_reader.c b/liblog/logd_reader.c
index 2da74ce..d796ecd 100644
--- a/liblog/logd_reader.c
+++ b/liblog/logd_reader.c
@@ -32,7 +32,7 @@
#include <unistd.h>
#include <cutils/sockets.h>
-#include <log/logd.h>
+#include <log/log.h>
#include <log/logger.h>
#include <private/android_filesystem_config.h>
#include <private/android_logger.h>