diff options
| author | Mark Salyzyn <salyzyn@google.com> | 2017-01-10 13:19:54 -0800 |
|---|---|---|
| committer | Mark Salyzyn <salyzyn@google.com> | 2017-01-11 09:31:15 -0800 |
| commit | 1d6b61067d4603d3ce71b54ad3c4e66b46c11655 (patch) | |
| tree | 5cef5c112aa400da1ad1572d26fcc3b6b3099b6e /libutils/Unicode.cpp | |
| parent | 896dd3a841cc46e52bf3e38760baa73ccece3e45 (diff) | |
liblog: use log/log.h when utilizing ALOG macros
Test: compile
Bug: 30465923
Change-Id: Id6d76510819ebd88c3f5003d00d73a0dbe85e943
Diffstat (limited to 'libutils/Unicode.cpp')
| -rw-r--r-- | libutils/Unicode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libutils/Unicode.cpp b/libutils/Unicode.cpp index c32f46246e..f1a41b96f1 100644 --- a/libutils/Unicode.cpp +++ b/libutils/Unicode.cpp @@ -19,7 +19,7 @@ #include <limits.h> #include <stddef.h> -#include <android/log.h> +#include <log/log.h> #include <utils/Unicode.h> #if defined(_WIN32) |
