commit | fb0b60ff1287832d7a6ca9246392f0344e8d532b | [log] [tgz] |
---|---|---|
author | Andrei Homescu <ahomescu@google.com> | Thu Aug 24 21:23:36 2023 +0000 |
committer | Andrei Homescu <ahomescu@google.com> | Thu Aug 24 22:13:39 2023 +0000 |
tree | 26fbdcfff8c760944ccdaab08f8fdcb0b5965006 | |
parent | 8df3496e01b1c2d1d0a3e53986e5b27c650e6323 [diff] |
cargo2rulesmk.py: Remove Python match usage The script uses Python match which was introduced in Python 3.10. The sandbox only has 3.8, so we need to remove match so the script can run. Bug: 281857510 Test: Run in sandbox on bitflags crate Change-Id: Id03b0e02f8593b551f2aca201fe0ed2659d58d21