| commit | 572c9bb21e0bb831b098d2a9054497d67c527592 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Dec 16 13:13:50 2022 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Dec 16 13:13:50 2022 +0000 |
| tree | ad37f42d88c4be17108ba2dd5477aec5eb3da57d | |
| parent | dc0133a15de99716ad12b09952ca6aeae5429cfb [diff] | |
| parent | c16cacb0226c0d7b2d9a8d4aa6864909e8ccefda [diff] |
Snap for 9412736 from c16cacb0226c0d7b2d9a8d4aa6864909e8ccefda to mainline-conscrypt-release Change-Id: Icb934bfbd385d902b35695f55f5d8c4e3d1a67ad
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.