| commit | 0721323ea9b9fc11bc8151703d852f0232ac0196 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Wed Apr 05 14:12:54 2023 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Wed Apr 05 14:12:54 2023 +0000 |
| tree | 3af29fc1ddf9816ddc745ddfafb94b69971d81d6 | |
| parent | c199d05734dcd3f178c23f868f1a1e1d523d0600 [diff] | |
| parent | 108e36bf8c977ce46abf09f3e8f313ebda3dd518 [diff] |
Snap for 9887711 from 108e36bf8c977ce46abf09f3e8f313ebda3dd518 to mainline-adservices-release Change-Id: I47638805f619494544164055318159c9b830dab0
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.