Rename libdebuggerd_client to libdebuggerd_handler.

Bug: http://b/30705528
Test: debuggerd_test
Change-Id: I625a9a2e7304d172873ba9344b74efa57ad7bdad
This commit is contained in:
Josh Gao 2016-10-26 17:55:49 -07:00
parent f8a6d4745d
commit 2a3b4fa6ec
4 changed files with 4 additions and 3 deletions

View file

@ -116,6 +116,7 @@ cc_binary {
"libz", "libz",
"liblog", "liblog",
"libc++_static", "libc++_static",
"libdebuggerd_handler",
// Important: The liblinker_malloc should be the last library in the list // Important: The liblinker_malloc should be the last library in the list
// to overwrite any other malloc implementations by other static libraries. // to overwrite any other malloc implementations by other static libraries.

View file

@ -41,7 +41,7 @@
#include "android-base/strings.h" #include "android-base/strings.h"
#include "android-base/stringprintf.h" #include "android-base/stringprintf.h"
#ifdef __ANDROID__ #ifdef __ANDROID__
#include "debuggerd/client.h" #include "debuggerd/handler.h"
#endif #endif
#include <vector> #include <vector>

View file

@ -442,7 +442,7 @@ cc_test {
"libtinyxml2", "libtinyxml2",
"liblog", "liblog",
"libbase", "libbase",
"libdebuggerd_client", "libdebuggerd_handler",
], ],
static_executable: true, static_executable: true,

View file

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include "debuggerd/client.h" #include "debuggerd/handler.h"
void __gtest_preinit() { void __gtest_preinit() {
debuggerd_init(nullptr); debuggerd_init(nullptr);