| commit | 8d8fd0b1a92826c8741492ce836807448c79a984 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Tue Mar 28 17:20:11 2023 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Tue Mar 28 17:20:11 2023 +0000 |
| tree | ac87ef5720303710b04e3e270946befd6f46a05f | |
| parent | 041e5bb0fd3029f411408bc1d1da2c157a37807a [diff] | |
| parent | 3ce0bda48510690acd90bcf08e761e1e3f0252ff [diff] |
Snap for 9834661 from 3ce0bda48510690acd90bcf08e761e1e3f0252ff to mainline-wifi-release Change-Id: I7119c91f8b2d9af1fd09af61e8f93b08b133fc66
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.