| commit | 177e302f678bf9ef96e9bcdb8a1f6acd2f327528 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Tue Jul 12 10:14:21 2022 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Tue Jul 12 10:14:21 2022 +0000 |
| tree | 9cb327390a79328bb41e4fbbcafecb1cb2ffa6a5 | |
| parent | e6cc65b16dfcad7a59704f8f8fa6d8095f6036cb [diff] | |
| parent | 180cfbb30807769bddc9d367b302af71e1e32ce9 [diff] |
Snap for 8820681 from 180cfbb30807769bddc9d367b302af71e1e32ce9 to mainline-go-resolv-release Change-Id: I356b871afaec9d034f38096ec1b26a1b388a9fcd
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.