commit | c8927342523b6a4440a4f9cf0ecb0d671bd35811 | [log] [tgz] |
---|---|---|
author | Andrei Onea <andreionea@google.com> | Tue Jul 19 14:22:06 2022 +0000 |
committer | Andrei Onea <andreionea@google.com> | Tue Jul 19 14:31:41 2022 +0000 |
tree | a11433bcd6d31f8b49f02d1daa502f816cccf19c | |
parent | 46c6d37aa623fe37264306331bfe6a7617a88b20 [diff] |
Fix ModulesUtilsTestingTests on Q devices The DeviceConfig.getProperties API was introduced in R, so exclude earlier builds from tests that use that API (as well as prevent that method being mocked). Test: atest ModulesUtilsTestingTests #on Q device Bug: 239527036 Ignore-AOSP-First: Fix MTS tests Change-Id: I548badcc3d45f59fb6287eadb66112087d5e15ac
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.