commit | 6b4501d6197af1a2b90d7af28f64e2561d2854b5 | [log] [tgz] |
---|---|---|
author | Chris Wailes <chriswailes@google.com> | Wed Jan 11 12:54:22 2023 -0800 |
committer | Chris Wailes <chriswailes@google.com> | Wed Jan 11 12:59:02 2023 -0800 |
tree | 2a8d92b30acd1248648f419d5c688381e30c4db8 | |
parent | a37b0eac59a1a3484ab3c026a6131c7a8e9cac51 [diff] |
Allow socket2 as a dependency of Tokio This is required for updating Tokio to version 1.23 which is required to update the Rust toolchain to 1.65. Apex-Size-Increase: Unknown Previous-Platform-Support: Yes Aosp-First: Yes Test-Info: All of the crate's unit tests are run Test: m rust Bug: 262591027 Change-Id: Iba414016c56aa9797313d512bee1960ff7476e4b
This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils
instead.
This project uses a single source path for java code. All java code should go in the java
directory with subdirectories corresponding to the java package. Android.bp
files should go alongside the java source files, and should only include java source for a single java package to encourage good code hygiene.
Tests for java code should go in the javatests
directory and follow the same structure.