commit | b51fbb9824a1f70f10d5e23f484c341a73acb1c7 | [log] [tgz] |
---|---|---|
author | Felipe Leme <felipeal@google.com> | Mon May 22 15:22:56 2023 -0700 |
committer | Felipe Leme <felipeal@google.com> | Thu May 25 16:32:35 2023 -0700 |
tree | 630f1cbf65b7c0a3ac2b70b8db0c9fa2a82a8c24 | |
parent | 7f0c42e6dc1a3bf61858c27272da4778a73b3e98 [diff] |
First step deprecating StaticMockFixtureRule: - Mark it as deprecated. - Add support to StaticMockFixture on ExtendedMockitoRule - Also deprecate ExtendedMockitoRule methods added to support TestableDeviceConfig Test: atest ModulesUtilsTestingTests Bug: 281577492 Change-Id: I94f6245ee201df65449db242cd6fc33018b1c6cd
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.