commit | 3505666137614cbe77f4581a436b78c1ed5fd597 | [log] [tgz] |
---|---|---|
author | Mike Ma <yanmin@google.com> | Thu Dec 06 13:32:59 2018 -0800 |
committer | Mike Ma <yanmin@google.com> | Thu Dec 06 13:34:21 2018 -0800 |
tree | 69678f8b4f631cf7a3f1245de8b6282b066bd83b | |
parent | 7ae9663d6c08f127a19ca4e94e8fead08ad88f1e [diff] [blame] |
Remove deprecated cutils/log.h Test: build Change-Id: I6f9b400173618bdf31ddbd8eacedea62669dfa27
diff --git a/cmds/incidentd/src/PrivacyBuffer.cpp b/cmds/incidentd/src/PrivacyBuffer.cpp index 6967e33..08f535d 100644 --- a/cmds/incidentd/src/PrivacyBuffer.cpp +++ b/cmds/incidentd/src/PrivacyBuffer.cpp
@@ -21,7 +21,7 @@ #include <android-base/file.h> #include <android/util/protobuf.h> -#include <cutils/log.h> +#include <log/log.h> namespace android { namespace os {