Fixed typo in emulator -help-build-images
1. "<build-root>/prebuilt/android-arm/kernel/" -> "<build-root>/prebuilts/qemu-kernel/"
2. "<build-root>/sdk/emulator/skins/" -> "<build-root>/development/tools/emulator/skins/"
Change-Id: I46cf9f805506753271bf4b88cebd47faa3775f45
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 @@
" - 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 <build-root>/prebuilt/android-arm/kernel/.\n\n"
+ " in <build-root>/prebuilts/qemu-kernel/.\n\n"
- " Skins will be looked in <build-root>/sdk/emulator/skins/\n\n"
+ " Skins will be looked in <build-root>/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"