| commit | 5e2c3aadd546c91434e3c747820eda24f4f0bc15 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Fri Sep 23 10:14:55 2022 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Fri Sep 23 10:14:55 2022 +0000 |
| tree | b96446149c44bb669418d99d525b768bd12849d5 | |
| parent | 72297e09cad1a6c8847b23cfc20642b2e32e342d [diff] | |
| parent | 6d0c95eb181ca98b8d2158caf717a59c45f2f85d [diff] |
Snap for 9098257 from 6d0c95eb181ca98b8d2158caf717a59c45f2f85d to mainline-scheduling-release Change-Id: I7ce94f02d252fd3cb97b7c663d072b27a4cd1f10
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.