commit | 9c94c1d99bc9307b88930768027268ec1bcb46a3 | [log] [tgz] |
---|---|---|
author | Android Culprit Assistant <boq-android-culprit-assistant@system.gserviceaccount.com> | Fri May 26 05:55:11 2023 +0000 |
committer | Android Culprit Assistant <boq-android-culprit-assistant@system.gserviceaccount.com> | Fri May 26 05:55:11 2023 +0000 |
tree | 54699c4218471ee54b4c2f4eded61b98e293d9a1 | |
parent | 8e0f8ecde65ee04064b53c7c9ae27c9583fda315 [diff] |
Revert "Refactored ExtendedMockitoRule." This revert was created by Android Culprit Assistant. The culprit was identified in the following culprit search session (http://go/aca-get/14d93fd5-1ac1-4f0b-b59a-047d426cc60c). Change-Id: I33a2bdb5da99f7cf48609d00e4a13aeccba391b8
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.