Moved dependency on android_ui_set_window_scale to ui-core-protocol.h
Also cleaned up dependency on android_base_port variable
Change-Id: I8c1675a859e3d24e9bb174471dd03556c696aff1
diff --git a/android/qemu-setup.c b/android/qemu-setup.c
index 4a57b42..0b6b564 100644
--- a/android/qemu-setup.c
+++ b/android/qemu-setup.c
@@ -42,7 +42,8 @@
char* android_op_report_console = NULL;
/* Contains arguments for -http-proxy option. */
char* op_http_proxy = NULL;
-
+/* Base port for the emulated system. */
+int android_base_port;
/*** APPLICATION DIRECTORY
*** Where are we ?