| commit | 108e36bf8c977ce46abf09f3e8f313ebda3dd518 | [log] [tgz] |
|---|---|---|
| author | Alan Stokes <[email protected]> | Tue Apr 04 14:39:55 2023 +0000 |
| committer | Automerger Merge Worker <[email protected]> | Tue Apr 04 14:39:55 2023 +0000 |
| tree | 3af29fc1ddf9816ddc745ddfafb94b69971d81d6 | |
| parent | 3ce0bda48510690acd90bcf08e761e1e3f0252ff [diff] | |
| parent | d4e5d67c9df0a853997dc9b38829f987a840c96b [diff] |
Don't run ComposHostTestCases in presubmit am: d4e5d67c9d Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/modules-utils/+/2519959 Change-Id: I8140e004c5d120670ae98f3f55e0ec03a7bc686b 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.