Fix window title to display the correct port number for the emulator.

Change-Id: I289451995683d5d4de2afe2e87481418a393c82f
diff --git a/android/qemu-setup.c b/android/qemu-setup.c
index 9a41c4d..a790c37 100644
--- a/android/qemu-setup.c
+++ b/android/qemu-setup.c
@@ -330,7 +330,8 @@
 
     android_modem_init( base_port );
 
-    android_base_port = base_port;
+    android_ui_set_base_port(base_port);
+
    /* send a simple message to the ADB host server to tell it we just started.
     * it should be listening on port 5037. if we can't reach it, don't bother
     */