Separate magiskinit components

This commit is contained in:
topjohnwu
2019-05-27 00:29:43 -07:00
parent 5d357bc41f
commit 845d1e02b0
8 changed files with 790 additions and 750 deletions

View File

@@ -80,7 +80,10 @@ LOCAL_C_INCLUDES := \
$(LIBUTILS)
LOCAL_SRC_FILES := \
core/init.cpp \
init/init.cpp \
init/early_mount.cpp \
init/rootfs.cpp \
init/getinfo.cpp \
magiskpolicy/api.cpp \
magiskpolicy/magiskpolicy.cpp \
magiskpolicy/rules.cpp \