aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-01-18 16:21:11 -0800
committerAndrew Hsieh <andrewhsieh@google.com>2012-01-18 16:21:11 -0800
commit045b33e25f3c990054ec0960f1f3f2d99eb157ba (patch)
tree10f3a5893367e69f7eada432752cba312f352f95 /android
parent0d407bca26ffc4978083240c518cd0d0a627a584 (diff)
downloadexternal_qemu-045b33e25f3c990054ec0960f1f3f2d99eb157ba.zip
external_qemu-045b33e25f3c990054ec0960f1f3f2d99eb157ba.tar.gz
external_qemu-045b33e25f3c990054ec0960f1f3f2d99eb157ba.tar.bz2
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
Diffstat (limited to 'android')
-rw-r--r--android/help.c4
1 files changed, 2 insertions, 2 deletions
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 <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"