| commit | 2d91f6a125652428b730640b8fba33795f59613b | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Dec 14 00:17:47 2023 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Dec 14 00:17:47 2023 +0000 |
| tree | aefa4fcdc1ae237b62c45fdc6ce15d3041fdacd7 | |
| parent | d0fc07f9e8c2cb53cebdc3a3ae7f848c31c7f0e7 [diff] | |
| parent | 992755010ad9999a0f8250f5a6dc14818e5ac804 [diff] |
Snap for 11216811 from 992755010ad9999a0f8250f5a6dc14818e5ac804 to 24Q1-release Change-Id: I0e14426113916de7bd15c51dd6426d803426bf0d
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.