| commit | 6542df4514149ce586231848a0ae1b30997d2aba | [log] [tgz] |
|---|---|---|
| author | Shai Barack <shayba@google.com> | Wed Aug 13 09:28:17 2025 -0700 |
| committer | Shai Barack <shayba@google.com> | Wed Aug 13 09:28:17 2025 -0700 |
| tree | 892fa9b7458aa751a08361b7c7bdd91ece2867f7 | |
| parent | 742ee61e4b3c2a5661096dc734b043b1f1333c89 [diff] |
Fix confusion between Object... and Object in Preconditions parameters Fixes: 438315470 Test: CarServiceAudioUnitTest Flag: EXEMPT bugfix Change-Id: I94c33d9dd646ddab3f04f2a35556d30f844673e5
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.