| commit | c13b5896af1e7a0a5b0d15790d88643e3aabb427 | [log] [tgz] |
|---|---|---|
| author | Fedor Kudasov <kudasov@google.com> | Thu Feb 17 11:34:12 2022 +0000 |
| committer | Fedor Kudasov <kudasov@google.com> | Thu Feb 17 11:34:14 2022 +0000 |
| tree | e1f82394df91312429536216dc7692c651693a36 | |
| parent | 899d8c38f22d63efb447688d8d3688102f1cbafe [diff] |
Add Initializer annotation Bug: 220087251 Test: N/A Change-Id: I2bde0f8fc669a3522c44c274660f6d73c35d6d62
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.