| commit | 7e8bbeddabe2d66fa5835ba83b9af1f5f1f6fba1 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Thu Apr 07 11:06:11 2022 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Thu Apr 07 11:06:11 2022 +0000 |
| tree | bfe58c783d93074af550ca11ef31b5388a9c65dd | |
| parent | 1d747bab51f76528c652062b147b64561df3ce34 [diff] | |
| parent | 66fdfe3fcf1cc7e863a982d51e54b60cc4f3596a [diff] |
Snap for 8417617 from 66fdfe3fcf1cc7e863a982d51e54b60cc4f3596a to mainline-wifi-release Change-Id: Id83bd0aace04ee979c742c41790bf1a50392b59b
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.