commit | 1c77734ce36e7ad4f6e070bf5c85a4d22b8f9de8 | [log] [tgz] |
---|---|---|
author | Adrian Roos <[email protected]> | Wed Feb 26 17:41:16 2025 -0800 |
committer | Automerger Merge Worker <[email protected]> | Wed Feb 26 17:41:16 2025 -0800 |
tree | 99cc4439ee687fab93d69757a34f66b0c13e95e8 | |
parent | bb3f8f6f674f379f267235907e58f65ccf29216e [diff] | |
parent | 47952cc7bbe31eb143ef410b7007c9c7dfbc41bc [diff] |
AbstractExtendedMockitoRule: fix session leak if setup fails am: 47952cc7bb Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/modules-utils/+/3509796 Change-Id: I3262787b502fb5f2faa6ba6ad1fd754be29425d0 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.