| commit | 029d56c593454bbe710e99189f5135ff67cc92ee | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Thu Jun 30 02:44:59 2022 +0000 |
| committer | Automerger Merge Worker <[email protected]> | Thu Jun 30 02:44:59 2022 +0000 |
| tree | c5f2a2dcaf67f2585397b094ff8660b4db0a99e3 | |
| parent | c347a68661551fb514b442d70c33f19e6faf7f6e [diff] | |
| parent | e48442b57202efba93d134ee45a41a855a6fdb66 [diff] |
Merge cherrypicks of [19028669] into tm-release. am: e48442b572 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/modules-utils/+/19127926 Change-Id: I815c7f78eb70481add557b1292dce5785efb42e9 Signed-off-by: Automerger Merge Worker <[email protected]>
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.