Ignore invalid device for Android
This commit is contained in:
parent
397b01d590
commit
3a2d707697
|
@ -344,6 +344,7 @@ class EditorExportAndroid : public EditorExportPlatform {
|
||||||
}
|
}
|
||||||
|
|
||||||
d.name = vendor + " " + device;
|
d.name = vendor + " " + device;
|
||||||
|
if (device == String()) continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
ndevices.push_back(d);
|
ndevices.push_back(d);
|
||||||
|
|
Loading…
Reference in New Issue