commit | 67d09b4d78c12b271777fadc79c43ae7ccb17c34 | [log] [tgz] |
---|---|---|
author | Wei Li <[email protected]> | Fri Aug 02 23:45:48 2024 +0000 |
committer | Wei Li <[email protected]> | Fri Aug 02 23:45:48 2024 +0000 |
tree | e036e381a33723619c1c83241494dde3346108cb | |
parent | a123d46adadac67e290b931636f37980b0d63a05 [diff] |
Cleanup license metadata in external/rust/crates/futures-executor. Symlink file LICENSE is added in Android codebase and points to file LICENSE-APACHE, so use it in Android.bp. Bug: 346390141 Change-Id: Idd0a8b6580b253355ce58fb6b359fa7c1accbdb6 Test: CIs
Executors for asynchronous tasks based on the futures-rs library.
Add this to your Cargo.toml
:
[dependencies] futures-executor = "0.3"
The current futures-executor
requires Rust 1.56 or later.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.