Magisk/native/jni
topjohnwu 9bb2243b56 Switch to skip_mount instead of auto_mount
95%+ of existing modules enables auto mount (obviously).
Switching auto mount to opt-out makes more sense than opt-in as
in previous module format. The file 'auto_mount' will be ignored, and
the file 'skip_mount' will be checked to toggle the mounting behavior.

After scanning through the current Magisk Module Repo modules, no
modules are using custom bind mounting; all modules with auto mount
disabled have empty system folder, which means this change will not
affect any existing module.
2019-03-23 03:05:38 -04:00
..
core Switch to skip_mount instead of auto_mount 2019-03-23 03:05:38 -04:00
external Build libsqlite.so only with magisk 2019-03-07 05:21:27 -05:00
include Allow entrypoint for rootfs construction simulation 2019-03-16 04:45:56 -04:00
magiskboot Support boot_img_hdr_v2 2019-03-13 16:51:22 -04:00
magiskhide Support Android Q new split sepolicy setup 2019-03-15 06:17:37 -04:00
magiskpolicy Support Android Q new split sepolicy setup 2019-03-15 06:17:37 -04:00
resetprop Make parse prop file a util function 2019-03-05 20:27:09 -05:00
su Use our own function to parse int 2019-03-07 20:31:35 -05:00
systemproperties Some code adjustments 2019-02-24 23:09:34 -05:00
utils Support Android Q new split sepolicy setup 2019-03-15 06:17:37 -04:00
Android.mk Support Android Q new split sepolicy setup 2019-03-15 06:17:37 -04:00
Application.mk Compiler flag enhancements 2019-02-26 03:42:44 -05:00