| commit | a263e0e36593a03c6329dc893d1c91fc8c6b1e6b | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Wed Nov 08 09:28:44 2023 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Wed Nov 08 09:28:44 2023 +0000 |
| tree | 4038c520a2f5e5f47a8e9b0b17a5e8ae97c22cf6 | |
| parent | dffdfcae4b00a0e9e5c8dfaef26b1ca4fcd80859 [diff] | |
| parent | e0cd9d21839e61c2c30901392a18cba254b17e30 [diff] |
Snap for 11068615 from e0cd9d21839e61c2c30901392a18cba254b17e30 to mainline-os-statsd-release Change-Id: Ie9c77b613f5f7e972dcd90cc384b3eec6d7f64e9
Libraries and utilities intended for use by module and framework code.
Since modules use the code in this project, it must adhere to mainline requirements, for example, by setting min_sdk_version in Soong modules.
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.