mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-30 13:35:27 +00:00
Better AVD support
This commit is contained in:
parent
3921e9cb1b
commit
3f4f4598e8
@ -145,9 +145,12 @@ ln -s ./magiskpolicy $MAGISKTMP/supolicy
|
|||||||
|
|
||||||
mkdir -p $MAGISKTMP/.magisk/mirror
|
mkdir -p $MAGISKTMP/.magisk/mirror
|
||||||
mkdir $MAGISKTMP/.magisk/block
|
mkdir $MAGISKTMP/.magisk/block
|
||||||
|
mkdir $MAGISKTMP/.magisk/worker
|
||||||
touch $MAGISKTMP/.magisk/config
|
touch $MAGISKTMP/.magisk/config
|
||||||
|
|
||||||
# Boot up
|
# Boot up
|
||||||
|
export MAGISKTMP
|
||||||
|
$MAGISKTMP/magisk --preinit-device
|
||||||
$MAGISKTMP/magisk --post-fs-data
|
$MAGISKTMP/magisk --post-fs-data
|
||||||
start
|
start
|
||||||
$MAGISKTMP/magisk --service
|
$MAGISKTMP/magisk --service
|
||||||
|
Loading…
Reference in New Issue
Block a user