You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
@@ -301,10 +301,10 @@ class EditorExportPlatformAndroid : public EditorExportPlatform {
|
||||
args.push_back(d.id);
|
||||
args.push_back("shell");
|
||||
args.push_back("getprop");
|
||||
int ec;
|
||||
int ec2;
|
||||
String dp;
|
||||
|
||||
OS::get_singleton()->execute(adb, args, true, NULL, &dp, &ec);
|
||||
OS::get_singleton()->execute(adb, args, true, NULL, &dp, &ec2);
|
||||
|
||||
Vector<String> props = dp.split("\n");
|
||||
String vendor;
|
||||
|
||||
Reference in New Issue
Block a user