mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
870a46df88
Add -api-level to pm command As of ~Aug 30th, `pm build` commands require an `api-level` flag. This flag should match the fuchsia api-level that's being targeted by the code. Since this is dependent on the version of the SDK that's being used, we may want to change this to something a bit more robust in the future.