forked from openkylin/platform_build
Merge "releasetools: Fix an issue when using APEX container key mapping." am: 7cd870ed60
am: f9a68d8167
am: 0891df1563
Change-Id: Id1edceb9e3666d325af602aad20206cf1937596f
This commit is contained in:
commit
7f0951757e
|
@ -193,7 +193,7 @@ def GetApexKeys(keys_info, key_map):
|
|||
if apex not in keys_info:
|
||||
continue
|
||||
assert key, 'Presigned APEX container for {} is not allowed'.format(apex)
|
||||
keys_info[apex][1] = key_map.get(key, key)
|
||||
keys_info[apex] = (keys_info[apex][0], key_map.get(key, key))
|
||||
|
||||
return keys_info
|
||||
|
||||
|
|
Loading…
Reference in New Issue