commit | 80432959b9950fa902d0c3671a128095a450390a | [log] [tgz] |
---|---|---|
author | Chris Wailes <chriswailes@google.com> | Tue Jul 27 15:10:01 2021 -0700 |
committer | Chris Wailes <chriswailes@google.com> | Tue Jul 27 15:10:01 2021 -0700 |
tree | e7bade8f5ed97e0e77f73e0787b03f881b1129eb | |
parent | 79fdd8ba129b3c17e097ac17a36c97ae6557f170 [diff] |
Add a new Rust dependency to the standard library This CL adds libstd_detect to the list of dependencies for the standard library. Bug: 194400612 Test: m rust Change-Id: Ic12ee49174accf5ec4475baa6a6450cbdb8bdb2e
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.