| commit | 0d293f98f0131cdfc2cabc250417aea225b27b20 | [log] [tgz] |
|---|---|---|
| author | Maciej Żenczykowski <maze@google.com> | Tue Aug 05 10:16:50 2025 -0700 |
| committer | Maciej Żenczykowski <maze@google.com> | Tue Aug 05 10:18:04 2025 -0700 |
| tree | 65a203b3767a525e32133b859d161a8543ba4e4c | |
| parent | b80fed0a56cd9c99ea2c4fc18a46c8a40c7fc3ed [diff] |
Change owners for connectivity in core/jni/ from satk@ to larsberg@. (to reflect reorg) Test: TreeHugger Flag: EXEMPT OWNERS only Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I569a68a5b4a2ee9417759889824ef2451d13a5fb
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.