| commit | 5afdd79b7df987ed3603bc9d2f2cb8441201b639 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Wed Apr 05 00:41:52 2023 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Wed Apr 05 00:41:52 2023 +0000 |
| tree | 3af29fc1ddf9816ddc745ddfafb94b69971d81d6 | |
| parent | f2f301e6445cb37b4f1798d835dd834c6cb7e0b3 [diff] | |
| parent | 108e36bf8c977ce46abf09f3e8f313ebda3dd518 [diff] |
Snap for 9884511 from 108e36bf8c977ce46abf09f3e8f313ebda3dd518 to mainline-os-statsd-release Change-Id: I2b82df52cafc9cfc12a0aff934d6c560bd923584
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.