Merge "Stop hardcoding a keypath in OTA generator" am: f1a77506eb am: cb2bd4fb80 am: 2399efab64

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

Change-Id: I21712400cc9692276cd4e436a78cf1cc2713b01c
This commit is contained in:
Treehugger Robot
2021-08-30 19:31:41 +00:00
committed by Automerger Merge Worker

View File

@@ -252,9 +252,6 @@ class ProcessesManagement:
'--' + ' --'.join(args['extra_keys']) + ' ' + args['extra']
if args['extra']:
command += args['extra'].strip().split(' ')
command.append('-k')
command.append(
'build/make/target/product/security/testkey')
if args['isIncremental']:
if not os.path.isfile(args['incremental']):
raise FileNotFoundError