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;
|
||||
//print_line("name: "+d.name);
|
||||
//print_line("description: "+d.description);
|
||||
if (device == String()) continue;
|
||||
}
|
||||
|
||||
ndevices.push_back(d);
|
||||
|
|
Loading…
Reference in New Issue