| commit | 49451cd16e7aab0dc0141df14efc1cd8ce1ad3e9 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Mar 30 01:47:36 2023 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Mar 30 01:47:36 2023 +0000 |
| tree | ac87ef5720303710b04e3e270946befd6f46a05f | |
| parent | 1e93451691fc254f1a45e1cbfac48ed54307ddd4 [diff] | |
| parent | 3ce0bda48510690acd90bcf08e761e1e3f0252ff [diff] |
Snap for 9847046 from 3ce0bda48510690acd90bcf08e761e1e3f0252ff to mainline-tethering-release Change-Id: Ibc62b467dbeb6474a1acd6036f4cfde4ef9f7c15
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.