Ignore invalid device for Android

This commit is contained in:
volzhs 2018-09-23 01:41:24 +09:00
parent 397b01d590
commit 3a2d707697
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ class EditorExportAndroid : public EditorExportPlatform {
}
d.name = vendor + " " + device;
if (device == String()) continue;
}
ndevices.push_back(d);