| commit | ad89bef489e6ea00b671423fa698dae41292451b | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Sun Apr 03 21:20:17 2022 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Sun Apr 03 21:20:17 2022 +0000 |
| tree | bfe58c783d93074af550ca11ef31b5388a9c65dd | |
| parent | 6f1ffad2c2ddc1ec9e48ee119634c8d3e4966976 [diff] | |
| parent | 66fdfe3fcf1cc7e863a982d51e54b60cc4f3596a [diff] |
Snap for 8401174 from 66fdfe3fcf1cc7e863a982d51e54b60cc4f3596a to mainline-mediaprovider-release Change-Id: I6424b3b7a6710fe7314d470e11e0d84e19ff81c0
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.