| commit | 4dda31e7dfec7ddf2e454baeb2975a7653cad8c5 | [log] [tgz] |
|---|---|---|
| author | Andrei-Valentin Onea <[email protected]> | Fri Jun 24 12:44:32 2022 +0000 |
| committer | Automerger Merge Worker <[email protected]> | Fri Jun 24 12:44:32 2022 +0000 |
| tree | 363ad818e2e51fd7462583f304d71213f7baa00d | |
| parent | ec427285fb30ea87be238c9fce95213f7f22a995 [diff] | |
| parent | 73bb9fb1aeeb017045f3d90779d55898e1f6a7f4 [diff] |
Merge "Restrict DeviceConfig MTS tests to T+" into tm-dev am: 73bb9fb1ae Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/modules-utils/+/18885178 Change-Id: I1b998922526c2e34b4fd67ee574c0e1a3604d281 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.