liblog: Replace log/log.h with android/log.h

Move all liblog related content into android/log.h, and make
log/log.h points to android/log.h.

Test: Compile
Bug: 26552300
Bug: 31289077
Change-Id: I858e0ebe047b86f2a8530a99bc9c380d3d58edbb
diff --git a/include/log/logprint.h b/include/log/logprint.h
index 1bc1f72..45230cd 100644
--- a/include/log/logprint.h
+++ b/include/log/logprint.h
@@ -17,7 +17,7 @@
 #ifndef _LOGPRINT_H
 #define _LOGPRINT_H
 
-#include <log/log.h>
+#include <android/log.h>
 #include <log/logger.h>
 #include <log/event_tag_map.h>
 #include <pthread.h>