| commit | e43902f3132a6c60d4fb2bb3ef687db506371cec | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Dec 06 00:14:22 2024 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Dec 06 00:14:22 2024 +0000 |
| tree | b7945feff579938679b6e45d9f4299e0a5e1d2e3 | |
| parent | 17e7a07d3e8a35ae2736a54d7fc922ba2ed4a810 [diff] | |
| parent | b7f66a5f828f09188ca2dda5597341e4331f4f43 [diff] |
Snap for 12755599 from b7f66a5f828f09188ca2dda5597341e4331f4f43 to 25Q1-release Change-Id: I3ae9b802eb0edbcda95d1d4f5fbf1b75be6506fb
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.