Merge "Fix a bug that may cause the ota generation fail." am: 54f24641bc am: e3d4db13a7 am: cd0f8452be am: 74f0d027a6 am: 59ee286b44

Original change: https://android-review.googlesource.com/c/platform/development/+/1801907

Change-Id: Ifae3dc3d4c1b4ef0d4a9182dfda3247c567e23a4
This commit is contained in:
Treehugger Robot
2021-08-19 17:53:27 +00:00
committed by Automerger Merge Worker

View File

@@ -251,7 +251,7 @@ class ProcessesManagement:
args['extra'] = \
'--' + ' --'.join(args['extra_keys']) + ' ' + args['extra']
if args['extra']:
command += args['extra'].split(' ')
command += args['extra'].strip().split(' ')
command.append('-k')
command.append(
'build/make/target/product/security/testkey')