commit | 0ec6605bc71283c60e4a3fcc706f5d536f54a1f5 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Fri Nov 17 15:52:09 2023 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Fri Nov 17 15:52:31 2023 +0000 |
tree | fc277c529c9f30913741e5b2c3d56b9422a227e4 | |
parent | 63ce25b55e16319cee298478738acc183f08d485 [diff] |
Handle cfg-gated dependencies. Parsing them properly would be more reliable, but this set of strings is good enough to handle the 13 crates in AOSP so far which have such dependencies. Actually in most cases `cfg(unix)` is all we need. Bug: 299265444 Test: Ran on all existing crates, and 13 with cfg-gated dependencies. Change-Id: I35c4bac644dee980f4031a592b67dfade3a624d4