From 045b33e25f3c990054ec0960f1f3f2d99eb157ba Mon Sep 17 00:00:00 2001 From: Andrew Hsieh Date: Wed, 18 Jan 2012 16:21:11 -0800 Subject: Fixed typo in emulator -help-build-images 1. "/prebuilt/android-arm/kernel/" -> "/prebuilts/qemu-kernel/" 2. "/sdk/emulator/skins/" -> "/development/tools/emulator/skins/" Change-Id: I46cf9f805506753271bf4b88cebd47faa3775f45 --- android/help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'android') diff --git a/android/help.c b/android/help.c index 4087911..5f151ca 100644 --- a/android/help.c +++ b/android/help.c @@ -114,9 +114,9 @@ help_build_images( stralloc_t* out ) " - kernel-qemu : the emulator-specific Linux kernel image.\n\n" " If the kernel image is not found in the out directory, then it is searched\n" - " in /prebuilt/android-arm/kernel/.\n\n" + " in /prebuilts/qemu-kernel/.\n\n" - " Skins will be looked in /sdk/emulator/skins/\n\n" + " Skins will be looked in /development/tools/emulator/skins/\n\n" " You can use the -sysdir, -system, -kernel, -ramdisk, -datadir, -data options\n" " to specify different search directories or specific image files. You can\n" -- cgit v1.1