| commit | 9829fd68d69f935b61ab2962628a3b4b6db7eed8 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Tue Mar 25 16:11:05 2025 -0700 |
| committer | Android Build Coastguard Worker <[email protected]> | Tue Mar 25 16:11:05 2025 -0700 |
| tree | d2f672fa10a0ff095fee445ce69631dfe01198fe | |
| parent | 51ed555c6ba187d3ca6228ce54cdf671b8f96dc3 [diff] | |
| parent | b5f632eb359176c3ccb281c70ce13f035a303d66 [diff] |
Snap for 13270875 from b5f632eb359176c3ccb281c70ce13f035a303d66 to sdk-release Change-Id: I9758313d484067277cc09129bf8eaf9c2275905c
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.