mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-05-03 07:54:26 +02:00
11 lines
251 B
C++
11 lines
251 B
C++
#include <base.hpp>
|
|
#include <stream.hpp>
|
|
|
|
#define DEFAULT_DT_DIR "/proc/device-tree/firmware/android"
|
|
#define INIT_PATH "/system/bin/init"
|
|
#define REDIR_PATH "/data/magiskinit"
|
|
|
|
int magisk_proxy_main(int argc, char *argv[]);
|
|
|
|
#include "init-rs.hpp"
|