Rewrite sepolicy.c in C++

This commit is contained in:
topjohnwu
2020-05-23 00:18:25 -07:00
parent 0236ab887e
commit f392ade78d
11 changed files with 714 additions and 701 deletions

View File

@@ -10,7 +10,7 @@
#include <stream.hpp>
#include <magiskpolicy.hpp>
#include "sepolicy.h"
#include "sepolicy.hpp"
#define SHALEN 64
static bool cmp_sha256(const char *a, const char *b) {