Ignore invalid device for Android

(cherry picked from commit 3a2d707697)
This commit is contained in:
volzhs 2018-09-23 01:41:24 +09:00 committed by Rémi Verschelde
parent 049c91f4d1
commit a3753eda62
1 changed files with 1 additions and 2 deletions

View File

@ -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);