| commit | 662c788500a860ee1f25f64f3af52574af4a7519 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Mar 02 02:18:50 2024 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Mar 02 02:18:50 2024 +0000 |
| tree | 5fbb2184226e7f0f1ebac1a91cb953c4f367516e | |
| parent | 9b025799593be9aa03501d1f6fccca03db5f0c3f [diff] | |
| parent | 5c8463ec5382673d55b0a27160218489c6da47d6 [diff] |
Snap for 11520864 from 5c8463ec5382673d55b0a27160218489c6da47d6 to 24D1-release Change-Id: I8f38b4c315602ea136c4b564b2fd98328e271939
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.