mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-22 07:57:39 +00:00
Fix F2FS manager crashing
This commit is contained in:
parent
a94fa81195
commit
0afa601551
2
app
2
app
@ -1 +1 @@
|
||||
Subproject commit c840a30c3045a29a937f21f4becda3eee834f013
|
||||
Subproject commit df9c40c035998fdd8a7b0c85a4980cd44447c320
|
1
build.py
1
build.py
@ -120,6 +120,7 @@ def build_binary(args):
|
||||
def build_apk(args):
|
||||
header('* Building Magisk Manager')
|
||||
|
||||
mkdir(os.path.join('app', 'src', 'main', 'assets'))
|
||||
for script in ['magisk_uninstaller.sh', 'util_functions.sh']:
|
||||
source = os.path.join('scripts', script)
|
||||
target = os.path.join('app', 'src', 'main', 'assets', script)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 2f4062a923038bf58cdead1da8c3b84e778daa7b
|
||||
Subproject commit 26dfbb30285ce8858d1051870620b6d5925f3128
|
Loading…
x
Reference in New Issue
Block a user