am 9f30bb1c: Merge change 20889 into donut

Merge commit '9f30bb1c473890864104815c83725b314bb96df7'

* commit '9f30bb1c473890864104815c83725b314bb96df7':
  Properly update the new path of the AVD during an 'android avd move'
This commit is contained in:
Xavier Ducrohet
2009-08-12 12:36:37 -07:00
committed by Android Git Automerger

View File

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