commit | 46fc9d6db4e4ee37043343bc1994299607d880b3 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Jan 10 15:12:38 2017 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Wed Jan 11 08:23:21 2017 -0800 |
tree | c12632c2e5c5171d74314f3e75a761fef1f8f562 | |
parent | db47a144d816e0976c5b4c00461b80b07ce97c60 [diff] [blame] |
liblog: use log/log.h to access ALOG macros Test: compile Bug: 30465923 Change-Id: Ia2699768da1af6d508472360baa08c77c07fca01
diff --git a/runtime/base/logging.cc b/runtime/base/logging.cc index 1dca428..55b4306 100644 --- a/runtime/base/logging.cc +++ b/runtime/base/logging.cc
@@ -26,7 +26,7 @@ // Headers for LogMessage::LogLine. #ifdef ART_TARGET_ANDROID -#include <android/log.h> +#include <log/log.h> #else #include <sys/types.h> #include <unistd.h>