aboutsummaryrefslogtreecommitdiffstats
path: root/android/help.c
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2012-10-04 17:44:27 -0700
committerChirayu Desai <cdesai@cyanogenmod.org>2013-03-28 20:11:22 +0530
commit2ed75275928cbccd3c30b12856866a61442363ff (patch)
tree19fb4b7bccc165f4071bd1d69a0f69451a1f38f8 /android/help.c
parenta546c7006355a7bd1df4267ee53d0bfa2c017c8c (diff)
downloadexternal_qemu-2ed75275928cbccd3c30b12856866a61442363ff.zip
external_qemu-2ed75275928cbccd3c30b12856866a61442363ff.tar.gz
external_qemu-2ed75275928cbccd3c30b12856866a61442363ff.tar.bz2
Support dynamic skin layout
This CL adds support for a skin whose layout section is generated at runtime based on the hardware configuration. Change-Id: I5f81f665b49ce0f3ec5795d922a08b30c1f34b98
Diffstat (limited to 'android/help.c')
-rw-r--r--android/help.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/help.c b/android/help.c
index 1570160..0a9eed8 100644
--- a/android/help.c
+++ b/android/help.c
@@ -759,6 +759,15 @@ help_skin(stralloc_t* out)
" specify an exact framebuffer size, without any visual ornaments.\n\n" );
}
+static void
+help_dynamic_skin(stralloc_t* out)
+{
+ PRINTF(
+ " use '-dynamic_skin' to dynamically generate a skin based on the settings\n"
+ " in the AVD. This option only has effect if the -skin WxH option is used\n"
+ " to specify the width and height of the framebuffer\n");
+}
+
/* default network settings for emulator */
#define DEFAULT_NETSPEED "full"
#define DEFAULT_NETDELAY "none"