| commit | e29fe7b7b865fce93a639245f7eec174abdb050f | [log] [tgz] |
|---|---|---|
| author | Treehugger Robot <[email protected]> | Fri Jul 12 18:20:07 2024 +0000 |
| committer | Automerger Merge Worker <[email protected]> | Fri Jul 12 18:20:07 2024 +0000 |
| tree | a07cd540597c683a28d894f780fa73fa1634376a | |
| parent | 84053113ff76a293c3a3706131c62fb7cd027c18 [diff] | |
| parent | b1d1233026a0851ecb19d1d9598061a16bc4c737 [diff] |
Merge "Remove [email protected] from OWNERS" into main am: b1d1233026 Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/modules-utils/+/3162927 Change-Id: I0dc658180917baafdd11b9647060f3e4b46cff5a 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.