Ignore invalid device for Android
(cherry picked from commit 3a2d707697
)
This commit is contained in:
parent
049c91f4d1
commit
a3753eda62
|
@ -345,8 +345,7 @@ class EditorExportAndroid : public EditorExportPlatform {
|
||||||
}
|
}
|
||||||
|
|
||||||
d.name = vendor + " " + device;
|
d.name = vendor + " " + device;
|
||||||
//print_line("name: "+d.name);
|
if (device == String()) continue;
|
||||||
//print_line("description: "+d.description);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ndevices.push_back(d);
|
ndevices.push_back(d);
|
||||||
|
|
Loading…
Reference in New Issue