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

@@ -2,11 +2,11 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <utils.h>
#include <cpio.h>
#include <utils.hpp>
#include <cpio.hpp>
#include "magiskboot.h"
#include "compress.h"
#include "magiskboot.hpp"
#include "compress.hpp"
using namespace std;