diff options
| author | 2017-01-18 23:16:29 +0000 | |
|---|---|---|
| committer | 2017-01-18 23:16:29 +0000 | |
| commit | f79a82d6a25a64430c5e72b06016190ab07a5f48 (patch) | |
| tree | c96c846b3fde0f1df6ca0ece68cb0ce1d623a320 /cmds/dumpstate/utils.cpp | |
| parent | 190197d91489417e8e544bfb7b28daeaf538e6e4 (diff) | |
| parent | d2db024a868706547ff55b1be8a9ee1a154b911c (diff) | |
dumpstate: switch to using libdebuggerd_client.
am: d2db024a86
Change-Id: I219627b359a88b8a694b4f4cd46de9cea9767655
Diffstat (limited to 'cmds/dumpstate/utils.cpp')
| -rw-r--r-- | cmds/dumpstate/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/utils.cpp b/cmds/dumpstate/utils.cpp index afb52e7186..139231cdc9 100644 --- a/cmds/dumpstate/utils.cpp +++ b/cmds/dumpstate/utils.cpp @@ -40,9 +40,9 @@ #include <vector> #include <android-base/file.h> -#include <cutils/debugger.h> #include <cutils/properties.h> #include <cutils/sockets.h> +#include <debuggerd/client.h> #include <log/log.h> #include <private/android_filesystem_config.h> |