commit | e016f5c1fae69a9740ad2a3822e422e4e907c3f4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Dec 04 22:00:26 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Dec 04 22:00:26 2015 -0800 |
tree | 5e9b64a97edcda3dbb1d40c617bdd9b179deb259 | |
parent | 2b92411fb158fffcaecaeecb3c4864b7cbda67fe [diff] [blame] |
Track rename of base/ to android-base/. Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
diff --git a/init/log.cpp b/init/log.cpp index eb5ec42..a72906b 100644 --- a/init/log.cpp +++ b/init/log.cpp
@@ -22,7 +22,7 @@ #include <selinux/selinux.h> -#include <base/stringprintf.h> +#include <android-base/stringprintf.h> static void init_klog_vwrite(int level, const char* fmt, va_list ap) { static const char* tag = basename(getprogname());