Merge branch 'readonly-p4-master'
This commit is contained in:
committed by
The Android Open Source Project
commit
a928f512b6
@@ -338,7 +338,7 @@ public final class AvdManager {
|
||||
synchronized (mAllAvdList) {
|
||||
if (mBrokenAvdList == null) {
|
||||
ArrayList<AvdInfo> list = new ArrayList<AvdInfo>();
|
||||
for (AvdInfo avd : mBrokenAvdList) {
|
||||
for (AvdInfo avd : mAllAvdList) {
|
||||
if (avd.getStatus() != AvdStatus.OK) {
|
||||
list.add(avd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user