mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 13:17:39 +02:00
Separate backend logic from frontend UI
This commit is contained in:
2
build.py
2
build.py
@ -242,7 +242,7 @@ def build_apk(args, flavor):
|
||||
|
||||
def build_app(args):
|
||||
source = os.path.join('scripts', 'util_functions.sh')
|
||||
target = os.path.join('app', 'src', 'full', 'res', 'raw', 'util_functions.sh')
|
||||
target = os.path.join('core', 'src', 'main', 'res', 'raw', 'util_functions.sh')
|
||||
cp(source, target)
|
||||
build_apk(args, 'Full')
|
||||
|
||||
|
Reference in New Issue
Block a user