commit | 2a3b4fa6ec9ab3d4604860b0bdd3766c9f5c44f4 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Oct 26 17:55:49 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Tue Jan 17 15:11:46 2017 -0800 |
tree | 0e94f5fec708d835d1be78e6a28c10ab39882e3b | |
parent | f8a6d4745daafb6aced5cdeb76325c719ca1374b [diff] [blame] |
Rename libdebuggerd_client to libdebuggerd_handler. Bug: http://b/30705528 Test: debuggerd_test Change-Id: I625a9a2e7304d172873ba9344b74efa57ad7bdad
diff --git a/tests/gtest_preinit_debuggerd.cpp b/tests/gtest_preinit_debuggerd.cpp index aac2e3f..88ca63b 100644 --- a/tests/gtest_preinit_debuggerd.cpp +++ b/tests/gtest_preinit_debuggerd.cpp
@@ -14,7 +14,7 @@ * limitations under the License. */ -#include "debuggerd/client.h" +#include "debuggerd/handler.h" void __gtest_preinit() { debuggerd_init(nullptr);