Properly update the new path of the AVD during an 'android avd move'

BUG: 2048358
This commit is contained in:
Xavier Ducrohet
2009-08-11 20:23:10 -07:00
parent 0edddddd14
commit 4e7bb1b603

View File

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