Merge "Fix a bug that may cause the ota generation fail." am: 54f24641bc

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

Change-Id: I9f74bd1fd9422116d4fe6726b4d34585c5f84cdf
This commit is contained in:
Treehugger Robot
2021-08-19 16:51:53 +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')