Commit 46e8f077 authored by topjohnwu's avatar topjohnwu

Move denylist code into zygisk

parent 3fb72a4d
......@@ -22,9 +22,6 @@ LOCAL_SRC_FILES := \
core/module.cpp \
core/logging.cpp \
core/thread.cpp \
deny/cli.cpp \
deny/utils.cpp \
deny/revert.cpp \
resetprop/persist_properties.cpp \
resetprop/resetprop.cpp \
su/su.cpp \
......@@ -34,7 +31,10 @@ LOCAL_SRC_FILES := \
zygisk/entry.cpp \
zygisk/utils.cpp \
zygisk/hook.cpp \
zygisk/memory.cpp
zygisk/memory.cpp \
zygisk/deny/cli.cpp \
zygisk/deny/utils.cpp \
zygisk/deny/revert.cpp
LOCAL_LDLIBS := -llog
......
......@@ -11,7 +11,7 @@
#include <db.hpp>
#include "inject.hpp"
#include "../deny/deny.hpp"
#include "deny/deny.hpp"
using namespace std;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment