| commit | abeebf2793b2ea066ed65f063a643fa0f1de647e | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Aug 13 20:09:16 2022 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Aug 13 20:09:16 2022 +0000 |
| tree | 4a40dac6828f8184eab5dd4f4c606dd119996dc0 | |
| parent | 8fa34ae2b5d3d2c2c26254377d514e0bbbea7293 [diff] | |
| parent | 1f16e21114bb76be2a329951c638d92c23966e57 [diff] |
Snap for 8944493 from 1f16e21114bb76be2a329951c638d92c23966e57 to mainline-adbd-release Change-Id: Ie6d8fcaa661f6a75f6124a1e4a4c7af06587833b
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.