Merge pull request #22350 from volzhs/ignore-invalid-device
Ignore invalid device for Android
This commit is contained in:
commit
2613e59f59
|
@ -344,6 +344,7 @@ class EditorExportAndroid : public EditorExportPlatform {
|
|||
}
|
||||
|
||||
d.name = vendor + " " + device;
|
||||
if (device == String()) continue;
|
||||
}
|
||||
|
||||
ndevices.push_back(d);
|
||||
|
|
Loading…
Reference in New Issue