Refresh uid_map on package.xml change

This commit is contained in:
topjohnwu
2021-09-20 04:42:06 -07:00
parent 0ab31ab0df
commit f1b6c9f4aa
4 changed files with 33 additions and 4 deletions

View File

@ -2,7 +2,6 @@
#include <string>
#include <vector>
#include <functional>
extern bool RECOVERY_MODE;
extern int DAEMON_STATE;
@ -22,9 +21,6 @@ void start_log_daemon();
void setup_logfile(bool reset);
void magisk_logging();
// Thread pool
void exec_task(std::function<void()> &&task);
// Module stuffs
void handle_modules();
void magic_mount();

View File

@ -2,6 +2,8 @@
#include <utils.hpp>
#include <daemon.hpp>
using namespace std;
#define THREAD_IDLE_MAX_SEC 60