summaryrefslogtreecommitdiff
path: root/tools/fileslist_util.py
diff options
context:
space:
mode:
author Kelvin Zhang <zhangkelvin@google.com> 2022-10-19 11:25:22 -0700
committer Kelvin Zhang <zhangkelvin@google.com> 2022-10-19 11:25:22 -0700
commit5ef25191f78efd6107bb26fa29f2c8880921f081 (patch)
tree6d20cfdcd4cadf179c4694f0ed4a7b9d64882b42 /tools/fileslist_util.py
parent434295ceb586f59d41209716218ca59380f2bdc2 (diff)
Fix picle error on ota_from_target_files
When trying to make a deep copy of PartitionBuildProps, execution fails with picle error because PartitionBuildProps stores a ZipFile object, which stores a lock object, which doesn't support pickling. To fix it, pickle ZipFile object as a str to its path. Test: generate ota with boot variable files Bug: 253549364 Change-Id: I92c5d78ce65045495203c85862922d33d886e9ea
Diffstat (limited to 'tools/fileslist_util.py')
0 files changed, 0 insertions, 0 deletions