Add sbin overlay to system-as-root

This commit is contained in:
topjohnwu
2019-06-24 01:21:33 -07:00
parent 9ec8bc2166
commit a1a1ac0bbb
6 changed files with 100 additions and 40 deletions

View File

@ -44,8 +44,12 @@ public:
class SARInit : public MagiskInit {
protected:
raw_data config{};
dev_t system_dev;
void preset() override;
void early_mount() override;
void patch_rootdir();
public:
SARInit(char *argv[], cmdline *cmd) : MagiskInit(argv, cmd) {};
void start() override;