From 157e46b183db3c25e784b3fa2016ec9bc3996116 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Fri, 27 Aug 2021 10:53:23 -0700 Subject: [PATCH] Stop hardcoding a keypath in OTA generator Test: th Change-Id: I6f55a36e4559d635bd6cf24fa0b4891ccd2ab9f8 --- tools/otagui/ota_interface.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/otagui/ota_interface.py b/tools/otagui/ota_interface.py index eba960939..127c1a73f 100644 --- a/tools/otagui/ota_interface.py +++ b/tools/otagui/ota_interface.py @@ -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