Separate scripting code

This commit is contained in:
topjohnwu
2019-02-15 20:45:05 -05:00
parent a19c7215d2
commit 19ee189468
7 changed files with 140 additions and 122 deletions

View File

@@ -6,8 +6,9 @@
#define MAGISK_PROPS_H
#include <string>
#include "resetprop/private/system_properties.h"
#include "logging.h"
#include <logging.h>
#include "private/system_properties.h"
struct prop_t {
char *name;