| commit | a70634ba8e896073eda670d7e6899664bd4a376a | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Sat Feb 05 13:05:24 2022 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Sat Feb 05 13:05:24 2022 +0000 |
| tree | 9e94779695cdfe50786782a07a2685df8176a3b9 | |
| parent | c939626013ccb49713f74e4a04c469fb19c69874 [diff] | |
| parent | f85ec20b62a82ac229bc0bf4c63e7b6ce3e10ede [diff] |
Snap for 8152310 from f85ec20b62a82ac229bc0bf4c63e7b6ce3e10ede to mainline-media-release Change-Id: Ic4d07636f117a07631302e2d49bbc11b99a19690
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.