| commit | f5cce3902897b893b09bb65444472a3f519243b6 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Thu Apr 04 16:44:56 2024 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Thu Apr 04 16:44:56 2024 +0000 |
| tree | b94c078a668a14f7f9d97e768589f477b3511d59 | |
| parent | 8c66cfc0accf734542f7541381c56c04316b9b15 [diff] | |
| parent | 9738de292df6a024016448dd9a20b1fdc886dfb0 [diff] |
Snap for 11670064 from 9738de292df6a024016448dd9a20b1fdc886dfb0 to mainline-wifi-release Change-Id: I12133120986cbc0c92b12f265130e385cd82fb85
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.