mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-11 20:43:36 +00:00
Fix compilation when init debug toggle enabled
This commit is contained in:
parent
6a086bb222
commit
a170acb9d7
@ -68,7 +68,7 @@ public:
|
|||||||
#if ENABLE_TEST
|
#if ENABLE_TEST
|
||||||
class TestInit : public BaseInit {
|
class TestInit : public BaseInit {
|
||||||
public:
|
public:
|
||||||
TestInit(char *argv[], cmdline *cmd) : BaseInit(argv, cmd) {};
|
TestInit(char *argv[], BootConfig *cmd) : BaseInit(argv, cmd) {};
|
||||||
void start() override {
|
void start() override {
|
||||||
// Place init tests here
|
// Place init tests here
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user