Update build.py to build Magisk Manager

Sorry I forgot to commit this change :p
This commit is contained in:
topjohnwu 2018-06-27 16:26:48 +08:00
parent 528634d755
commit c0ac2d540b

View File

@ -195,9 +195,8 @@ def sign_apk(source, target):
def build_apk(args):
header('* Building Magisk Manager')
mkdir(os.path.join('app', 'src', 'full', 'assets'))
source = os.path.join('scripts', 'util_functions.sh')
target = os.path.join('app', 'src', 'full', 'assets', 'util_functions.sh')
target = os.path.join('app', 'src', 'full', 'res', 'raw', 'util_functions.sh')
cp(source, target)
if args.release: