Revert "[Feature][T8TSK-250][ADBD]add adb debug patch"

This reverts commit 0300fcc023c83b5b569b0c0799aff58cfd65dd39.

Reason for revert: <INSERT REASONING HERE>

Change-Id: I82e92daf5003f885c4732744291c57425ef27642
diff --git a/src/devtools/adb/adb.h b/src/devtools/adb/adb.h
index f5b4aa0..84d55d8 100644
--- a/src/devtools/adb/adb.h
+++ b/src/devtools/adb/adb.h
@@ -324,9 +324,17 @@
 asocket *host_service_to_socket(const char*  name, const char *serial);
 #endif
 
+#if !ADB_HOST
+int       init_jdwp(void);
+asocket*  create_jdwp_service_socket();
+asocket*  create_jdwp_tracker_service_socket();
+int       create_jdwp_connection_fd(int  jdwp_pid);
+#endif
+
 int handle_forward_request(const char* service, transport_type ttype, char* serial, int reply_fd);
 
 #if !ADB_HOST
+void framebuffer_service(int fd, void *cookie);
 void remount_service(int fd, void *cookie);
 #endif