Merge change 20889 into donut

* changes:
  Properly update the new path of the AVD during an 'android avd move'
This commit is contained in:
Android (Google) Code Review
2009-08-12 10:24:16 -07:00

View File

@@ -911,7 +911,7 @@ public final class AvdManager {
replaceAvd(avdInfo, info);
// update the ini file
createAvdIniFile(avdInfo);
createAvdIniFile(info);
}
if (newName != null) {