| commit | b812280d2a1bdd3cbe742885bd3eddae32a89928 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Mon Nov 15 06:23:37 2021 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Mon Nov 15 06:23:37 2021 +0000 |
| tree | b776674d2c1b0b8b574716e8556ca7c3a8f1f116 | |
| parent | a1f596309376a437fbb4fcead8f873ce3f274b2e [diff] | |
| parent | 46069050ae7b132eb0715c252393c6a25f431bff [diff] |
Snap for 7914678 from 46069050ae7b132eb0715c252393c6a25f431bff to mainline-networking-release Change-Id: I85dd18b3cb811804f0ffb09c424355046f572e32
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.