diff options
author | Mark Salyzyn <salyzyn@google.com> | 2016-09-28 13:33:27 -0700 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2016-09-30 12:47:05 -0700 |
commit | 23ed4c242a01052696dde84babd7631a7ec5a691 (patch) | |
tree | 62fcd90d415d77216ac354f76dd4a26b85cdb4d3 /libcutils/sockets_unix.cpp | |
parent | 6584d0a35ab7722bdc6590525dee29f72f0ec576 (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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcutils/sockets_unix.cpp b/libcutils/sockets_unix.cpp index 8747d696f..d4dca633d 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 */ |