From 2ed75275928cbccd3c30b12856866a61442363ff Mon Sep 17 00:00:00 2001 From: Siva Velusamy Date: Thu, 4 Oct 2012 17:44:27 -0700 Subject: 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 --- android/help.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'android/help.c') 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" -- cgit v1.1