diff options
| author | 2022-10-19 11:25:22 -0700 | |
|---|---|---|
| committer | 2022-10-19 11:25:22 -0700 | |
| commit | 5ef25191f78efd6107bb26fa29f2c8880921f081 (patch) | |
| tree | 6d20cfdcd4cadf179c4694f0ed4a7b9d64882b42 /tools/fileslist_util.py | |
| parent | 434295ceb586f59d41209716218ca59380f2bdc2 (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