OSDN Git Service

Rename libdebuggerd_client to libdebuggerd_handler.
authorJosh Gao <jmgao@google.com>
Thu, 27 Oct 2016 00:55:49 +0000 (17:55 -0700)
committerJosh Gao <jmgao@google.com>
Tue, 17 Jan 2017 23:11:46 +0000 (15:11 -0800)
Bug: http://b/30705528
Test: debuggerd_test
Change-Id: I625a9a2e7304d172873ba9344b74efa57ad7bdad

linker/Android.bp
linker/linker_main.cpp
tests/Android.bp
tests/gtest_preinit_debuggerd.cpp

index a3b9cb2..abd6793 100644 (file)
@@ -116,6 +116,7 @@ cc_binary {
         "libz",
         "liblog",
         "libc++_static",
+        "libdebuggerd_handler",
 
         // Important: The liblinker_malloc should be the last library in the list
         // to overwrite any other malloc implementations by other static libraries.
index dad7409..d5bb457 100644 (file)
@@ -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>
index fe34b9f..8de2d3d 100644 (file)
@@ -442,7 +442,7 @@ cc_test {
         "libtinyxml2",
         "liblog",
         "libbase",
-        "libdebuggerd_client",
+        "libdebuggerd_handler",
     ],
 
     static_executable: true,
index aac2e3f..88ca63b 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "debuggerd/client.h"
+#include "debuggerd/handler.h"
 
 void __gtest_preinit() {
   debuggerd_init(nullptr);