diff options
author | 2024-08-01 09:34:03 -0700 | |
---|---|---|
committer | 2024-08-01 13:59:40 -0700 | |
commit | 2b095079c111f1e9531e8c1cdabaecdddfad31ef (patch) | |
tree | 8dcd13db3a4e868d29df5865e9d1bd465aaf111a /floss | |
parent | 2728941a1a69cc9da2c42e142b92013d75791667 (diff) |
floss: Fix env encoding issue with build.py
Running commands using subprocess can fail if there are any `None`
values in env as os.fsencode throws a TypeError. Manually replace them
with empty strings in that case.
Bug: 356870224
Test: mmm packages/modules/Bluetooth
Change-Id: I6ce9e6e79de073686b102e8c783981f0145b9a4e
Diffstat (limited to 'floss')
0 files changed, 0 insertions, 0 deletions