Fix location of prebuilt skins.

Change-Id: I3ce440cff624138518dc410c304353bea1ecef91
diff --git a/android/avd/info.c b/android/avd/info.c
index 10e2005..e738065 100644
--- a/android/avd/info.c
+++ b/android/avd/info.c
@@ -1279,7 +1279,7 @@
 
     if (!skinDir) {
 
-#define  PREBUILT_SKINS_DIR  "development/emulator/skins"
+#define  PREBUILT_SKINS_DIR  "sdk/emulator/skins"
 
         do {
             /* try in <sysdir>/../skins first */
diff --git a/android/help.c b/android/help.c
index 50c9d02..a142f9d 100644
--- a/android/help.c
+++ b/android/help.c
@@ -116,7 +116,7 @@
     "  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"
 
-    "  Skins will be looked in <build-root>/development/emulator/skins/\n\n"
+    "  Skins will be looked in <build-root>/sdk/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"