Loading tools/releasetools/sign_target_files_apks.py +3 −0 Original line number Original line Diff line number Diff line Loading @@ -188,6 +188,9 @@ def GetApexKeys(keys_info, key_map): for apex, key in OPTIONS.extra_apex_payload_keys.items(): for apex, key in OPTIONS.extra_apex_payload_keys.items(): if not key: if not key: key = 'PRESIGNED' key = 'PRESIGNED' if apex not in keys_info: logger.warning('Failed to find %s in target_files; Ignored', apex) continue keys_info[apex] = (key, keys_info[apex][1]) keys_info[apex] = (key, keys_info[apex][1]) # Apply the key remapping to container keys. # Apply the key remapping to container keys. Loading Loading
tools/releasetools/sign_target_files_apks.py +3 −0 Original line number Original line Diff line number Diff line Loading @@ -188,6 +188,9 @@ def GetApexKeys(keys_info, key_map): for apex, key in OPTIONS.extra_apex_payload_keys.items(): for apex, key in OPTIONS.extra_apex_payload_keys.items(): if not key: if not key: key = 'PRESIGNED' key = 'PRESIGNED' if apex not in keys_info: logger.warning('Failed to find %s in target_files; Ignored', apex) continue keys_info[apex] = (key, keys_info[apex][1]) keys_info[apex] = (key, keys_info[apex][1]) # Apply the key remapping to container keys. # Apply the key remapping to container keys. Loading