| commit | bdb0163cc3e2a9e7c7f671ac5a1ec65b28249189 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Wed Dec 06 20:36:57 2023 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Wed Dec 06 20:36:57 2023 +0000 |
| tree | 053c1f58f58fabd5a146ff13ed60f230761fc186 | |
| parent | 61fb1ca86e17953ce7adf6560baf1dd7f8cd6cfa [diff] | |
| parent | 7cb7ba96516b992809ba9c49c6d9f0a57c26ac94 [diff] |
Snap for 11185025 from 7cb7ba96516b992809ba9c49c6d9f0a57c26ac94 to mainline-networking-release Change-Id: Ide48e6b08b6289a6bf9f18272c331e27cf2f7344
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.