summaryrefslogtreecommitdiff
path: root/libcutils/sockets_unix.cpp
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2016-09-28 13:33:27 -0700
committerMark Salyzyn <salyzyn@google.com>2016-09-30 12:47:05 -0700
commit0dc8eddccb162bf656b08c16d4583e6f354f841f (patch)
tree62fcd90d415d77216ac354f76dd4a26b85cdb4d3 /libcutils/sockets_unix.cpp
parentdd0f9f6290b4381a671070506fc0bb4affada91d (diff)
libcutils: Replace cutils/log.h with android/log.h
Replace references to cutils/log.h and log/log.h with android/log.h. Point cutils/log.h to android/log.h. Adjust header order to comply with Android Coding standards. Test: Compile Bug: 26552300 Bug: 31289077 Change-Id: I4b00c0dff3a0a50cbb54301fdc5a6c29c21dab65
Diffstat (limited to 'libcutils/sockets_unix.cpp')
-rw-r--r--libcutils/sockets_unix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcutils/sockets_unix.cpp b/libcutils/sockets_unix.cpp
index 8747d696f7..d4dca633dc 100644
--- a/libcutils/sockets_unix.cpp
+++ b/libcutils/sockets_unix.cpp
@@ -18,7 +18,7 @@
#include <sys/uio.h>
-#include <log/log.h>
+#include <android/log.h>
#if defined(__ANDROID__)
/* For the socket trust (credentials) check */