| commit | a3fe53bb58b6eaafa74c443a562651997076901e | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Mon Jul 11 19:37:16 2022 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Mon Jul 11 19:37:16 2022 +0000 |
| tree | 9cb327390a79328bb41e4fbbcafecb1cb2ffa6a5 | |
| parent | 29143ff285f4dc4d791182dfa00c00d101523a90 [diff] | |
| parent | 180cfbb30807769bddc9d367b302af71e1e32ce9 [diff] |
Snap for 8817865 from 180cfbb30807769bddc9d367b302af71e1e32ce9 to mainline-go-conscrypt-release Change-Id: Ia5bae2d92f9183e88bcabdf2fc2203cdd7c9be70
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.