Magisk/core
Shaka Huang 3dc22db265 Support loading split sepolicy on non skip_initramfs devices
For certain device (e.g ZenFone 4 ZE554KL) there’s no sepolicy under rootfs and no a/b partition (implies no vendor partition) Magisk will failed to patch SELinux policy database and the system won’t boot up.

In order to cope with this configuration the status of loading policy db needs to be checked, once it failed we have to mount the system partition and do patch_sepolicy() again.

Signed-off-by: Shaka Huang <shakalaca@gmail.com>
2017-12-31 21:30:56 +08:00
..
jni Support loading split sepolicy on non skip_initramfs devices 2017-12-31 21:30:56 +08:00
src/main Fix Android Studio gradle sync 2017-12-04 15:32:18 +08:00
.gitignore Cleanup and small fixes 2017-12-04 18:05:07 +08:00
build.gradle Greatly reduce Gradle sync time and frequency 2017-12-04 22:21:19 +08:00