| commit | 0d54662ae444805a42345ae4acc514143d8398f6 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Sun Feb 26 22:35:00 2023 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Sun Feb 26 22:35:00 2023 +0000 |
| tree | ecf2b9e3e61dd374d7dd716c566dbaa985ad215e | |
| parent | b3b7b7d47f800bbce1c8df5d144d8f62d65228db [diff] | |
| parent | f31718e3e3f904c18c7beb47ebe5513ce8211f81 [diff] |
Snap for 9656615 from f31718e3e3f904c18c7beb47ebe5513ce8211f81 to mainline-mediaprovider-release Change-Id: Iea5e9ac696341c07696608d66c138f97f2cbe622
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.