mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-17 21:02:14 +00:00
Significantly better AVD support
This commit is contained in:
@@ -126,7 +126,7 @@ int exec_command_sync(exec_t &exec, Args &&...args) {
|
||||
}
|
||||
template <class ...Args>
|
||||
int exec_command_sync(Args &&...args) {
|
||||
exec_t exec{};
|
||||
exec_t exec;
|
||||
return exec_command_sync(exec, args...);
|
||||
}
|
||||
template <class ...Args>
|
||||
|
Reference in New Issue
Block a user