| commit | 6d0c95eb181ca98b8d2158caf717a59c45f2f85d | [log] [tgz] |
|---|---|---|
| author | Xin Li <[email protected]> | Tue Aug 16 19:50:22 2022 +0000 |
| committer | Automerger Merge Worker <[email protected]> | Tue Aug 16 19:50:22 2022 +0000 |
| tree | b96446149c44bb669418d99d525b768bd12849d5 | |
| parent | bc00ad861474b824df95d73d81fe19c076847894 [diff] | |
| parent | e48e2f74429e7e163d420129a8da247391d2f4a2 [diff] |
[automerger skipped] Merge "DO NOT MERGE - Merge Android 13" am: e48e2f7442 -s ours am skip reason: subject contains skip directive Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/modules-utils/+/2186463 Change-Id: I93a08f633d93211a60feb546d4ddd0b845eed4c7 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.