Merge "Stop hardcoding a keypath in OTA generator" am: f1a77506eb am: cb2bd4fb80
Original change: https://android-review.googlesource.com/c/platform/development/+/1811896 Change-Id: I199d7223c6bf72c46a9ed09b507f71c4280b4d30
This commit is contained in:
@@ -252,9 +252,6 @@ class ProcessesManagement:
|
|||||||
'--' + ' --'.join(args['extra_keys']) + ' ' + args['extra']
|
'--' + ' --'.join(args['extra_keys']) + ' ' + args['extra']
|
||||||
if args['extra']:
|
if args['extra']:
|
||||||
command += args['extra'].strip().split(' ')
|
command += args['extra'].strip().split(' ')
|
||||||
command.append('-k')
|
|
||||||
command.append(
|
|
||||||
'build/make/target/product/security/testkey')
|
|
||||||
if args['isIncremental']:
|
if args['isIncremental']:
|
||||||
if not os.path.isfile(args['incremental']):
|
if not os.path.isfile(args['incremental']):
|
||||||
raise FileNotFoundError
|
raise FileNotFoundError
|
||||||
|
|||||||
Reference in New Issue
Block a user