| commit | a6a1bc93f39a8c4769a94872b1c26d8636ae6323 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Thu Mar 02 02:30:02 2023 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Thu Mar 02 02:30:02 2023 +0000 |
| tree | ecf2b9e3e61dd374d7dd716c566dbaa985ad215e | |
| parent | e911d26a52d360a81b81da8f5887df47353fe36b [diff] | |
| parent | f31718e3e3f904c18c7beb47ebe5513ce8211f81 [diff] |
Snap for 9671667 from f31718e3e3f904c18c7beb47ebe5513ce8211f81 to mainline-networking-release Change-Id: I3832e45702e41178fc314b24be91a367a7b2156f
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.