commit | 435dfe58d18fa344ac1a6df406ee51b906168101 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Aug 24 15:48:25 2022 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Aug 24 17:40:23 2022 +0100 |
tree | 542f87a6643944e14f5bdd2eb05cf473d5c7a6c4 | |
parent | dde806f72d96562888865317619a3984a4d64472 [diff] |
c2a: Crate: Parse unquoted rustc args Prevent the script from missing flags (minus-prefixed arguments) due to the CLI argument being quoted (making the "-" its second character). This removes the need to manually unquote the args in the few cases where the code already handles them being in quotes. Bug: 243662244 Test: - Change-Id: I37b9aa96dcbbeb04616bddfca657d066b998d7c7