commit | 30f991f251940be3ed11566fb71139852286f68a | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Jan 10 13:19:54 2017 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Wed Jan 11 09:31:15 2017 -0800 |
tree | 5cef5c112aa400da1ad1572d26fcc3b6b3099b6e | |
parent | cdd7ec12be3dfb6a7fa2f597d2220445c96725cf [diff] [blame] |
liblog: use log/log.h when utilizing ALOG macros Test: compile Bug: 30465923 Change-Id: Id6d76510819ebd88c3f5003d00d73a0dbe85e943
diff --git a/libcutils/dlmalloc_stubs.c b/libcutils/dlmalloc_stubs.c index 6c07bed..2cff9dd 100644 --- a/libcutils/dlmalloc_stubs.c +++ b/libcutils/dlmalloc_stubs.c
@@ -16,7 +16,7 @@ #define LOG_TAG "dlmalloc-stubs" -#include "android/log.h" +#include "log/log.h" #define UNUSED __attribute__((__unused__))