Small native code reorganization

This commit is contained in:
topjohnwu
2020-03-09 01:50:30 -07:00
parent d6fdbfe9b7
commit a0998009c1
85 changed files with 216 additions and 317 deletions

View File

@@ -3,9 +3,9 @@
#include <string.h>
#include <sys/mman.h>
#include <utils.h>
#include <utils.hpp>
#include "magiskboot.h"
#include "magiskboot.hpp"
static void hex2byte(uint8_t *hex, uint8_t *str) {
char high, low;