debuggerd: advance our amazing bet.
Remove debuggerd in favor of a helper process that gets execed by
crashing processes.
Bug: http://b/30705528
Test: debuggerd_test
Change-Id: I9906c69473989cbf7fe5ea6cccf9a9c563d75906
diff --git a/adb/daemon/main.cpp b/adb/daemon/main.cpp
index 1a39f6a..6382b67 100644
--- a/adb/daemon/main.cpp
+++ b/adb/daemon/main.cpp
@@ -34,9 +34,9 @@
#include <libminijail.h>
#include <scoped_minijail.h>
-#include "debuggerd/client.h"
#include <private/android_filesystem_config.h>
#include <private/android_logger.h>
+#include "debuggerd/handler.h"
#include "selinux/android.h"
#include "adb.h"