diff options
author | Josh Gao <jmgao@google.com> | 2016-10-26 17:55:49 -0700 |
---|---|---|
committer | Josh Gao <jmgao@google.com> | 2017-01-17 15:11:46 -0800 |
commit | 2a3b4fa6ec9ab3d4604860b0bdd3766c9f5c44f4 (patch) | |
tree | 0e94f5fec708d835d1be78e6a28c10ab39882e3b /linker/linker_main.cpp | |
parent | f8a6d4745daafb6aced5cdeb76325c719ca1374b (diff) |
Rename libdebuggerd_client to libdebuggerd_handler.
Bug: http://b/30705528
Test: debuggerd_test
Change-Id: I625a9a2e7304d172873ba9344b74efa57ad7bdad
Diffstat (limited to 'linker/linker_main.cpp')
-rw-r--r-- | linker/linker_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linker/linker_main.cpp b/linker/linker_main.cpp index dad74096d..d5bb457cf 100644 --- a/linker/linker_main.cpp +++ b/linker/linker_main.cpp @@ -41,7 +41,7 @@ #include "android-base/strings.h" #include "android-base/stringprintf.h" #ifdef __ANDROID__ -#include "debuggerd/client.h" +#include "debuggerd/handler.h" #endif #include <vector> |