Magisk/native/jni
topjohnwu adf95ce3a0 Read fstab from device tree
In previous versions, magiskinit will not early mount if /sepolicy is detected. However on OP5/5T latest betas, the devices are fully trebelized,
but for some reason the file /sepolicy still exists, making magiskinit think it is NOT a treble device and doesn't work properly.

So to properly fix this issue, I will have to use the "official" way - check fstab in device trees. Any block mentioned in the fstab in device trees
are supposed to be early mounted. Currently magiskinit will only mount system and vendor even if other partitions exists in the dtb fstab, since other
partitions are not used to construct sepolicy (currently).

These changes can also fix #373, since we dynamically detect PARTNAME from device trees.
2018-07-18 00:45:10 +08:00
..
core Read fstab from device tree 2018-07-18 00:45:10 +08:00
external Update BusyBox 2018-06-25 16:11:31 +08:00
include MagiskInit optimizations 2018-07-17 06:18:36 +08:00
magiskboot Let Magisk compile against SDK 16 2018-07-13 22:14:32 +08:00
magiskhide Let Magisk compile against SDK 16 2018-07-13 22:14:32 +08:00
magiskpolicy@52a6a7bce8 Support deodexed ROM on Oreo 2018-07-07 01:37:04 +08:00
resetprop Sync source with AOSP 2018-07-14 04:34:48 +08:00
su@001294317f Let Magisk compile against SDK 16 2018-07-13 22:14:32 +08:00
utils Wrap accept4 since some device does not have it 2018-07-17 06:52:23 +08:00
Android.mk Rename log_monitor -> log_daemon 2018-07-06 07:57:18 +08:00
Application.mk Let Magisk compile against SDK 16 2018-07-13 22:14:32 +08:00
b64xz.c Rename module core to native 2018-01-27 09:11:28 +08:00