aboutsummaryrefslogtreecommitdiffstats
path: root/android/qemu-setup.c
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-07-16 11:19:48 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-07-16 11:25:16 -0700
commit2fa5173bd1ce7341c50adac676a317945f0969c7 (patch)
tree560d67a9e25138e8139888c3ed81fb77771ce5ea /android/qemu-setup.c
parenteb8382507c6b802f378cf940fae4775633c1d84e (diff)
downloadexternal_qemu-2fa5173bd1ce7341c50adac676a317945f0969c7.zip
external_qemu-2fa5173bd1ce7341c50adac676a317945f0969c7.tar.gz
external_qemu-2fa5173bd1ce7341c50adac676a317945f0969c7.tar.bz2
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
Diffstat (limited to 'android/qemu-setup.c')
-rw-r--r--android/qemu-setup.c3
1 files changed, 2 insertions, 1 deletions
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_port = NULL;
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 ?