Revert "Make adb's daemon-port on the host machine configurable."
Fix the build.
This reverts commit 5a00fd1c5542b302e5534d7c424ee92da3d6bceb.
diff --git a/adb/adb.h b/adb/adb.h
index a2b611e..aaf8a28 100644
--- a/adb/adb.h
+++ b/adb/adb.h
@@ -237,8 +237,8 @@
void send_packet(apacket *p, atransport *t);
void get_my_path(char *s, size_t maxLen);
-int launch_server(int server_port);
-int adb_main(int is_daemon, int server_port);
+int launch_server();
+int adb_main(int is_daemon);
/* transports are ref-counted
@@ -358,8 +358,8 @@
#define print_packet(tag,p) do {} while (0)
#endif
-#define DEFAULT_ADB_PORT 5037
-#define DEFAULT_ADB_LOCAL_TRANSPORT_PORT 5555
+#define ADB_PORT 5037
+#define ADB_LOCAL_TRANSPORT_PORT 5555
#define ADB_CLASS 0xff
#define ADB_SUBCLASS 0x42