| commit | 8ff54fc95ff95314fb27f4ca27d591ebd0307463 | [log] [tgz] |
|---|---|---|
| author | Alan Stokes <alanstokes@google.com> | Tue Apr 04 15:37:12 2023 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Apr 04 15:37:12 2023 +0000 |
| tree | 3b93329efc754175ac7518486d8d080c3deb84f7 | |
| parent | 7655cb60dc764a04d399f31fd4017588c30cab79 [diff] | |
| parent | 90351d5ed882231ecebd30d8f602f00be7b51096 [diff] |
[automerger skipped] Don't run ComposHostTestCases in presubmit am: d4e5d67c9d am: 340a97e3bc am: 90351d5ed8 -s ours am skip reason: Merged-In I4e64273afb8aa53f1f7a9265ea5852114d23bd04 with SHA-1 9372d241cb is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/modules-utils/+/2519959 Change-Id: I97b77efaff6a765a79d6d6a3bebd18f35b1fecbb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.