commit | 02db0f55d26eb86fc4cb412e56cd7693616b9f64 | [log] [tgz] |
---|---|---|
author | satayev <satayev@google.com> | Wed Nov 10 17:45:50 2021 +0000 |
committer | satayev <satayev@google.com> | Wed Nov 10 17:45:50 2021 +0000 |
tree | 4142ee22b46992ce3602c6a61dd042f2263b19cc | |
parent | a0ea6bc50869d2ae5ec71728f639c55ca3856fbb [diff] |
Add README.md file. Bug: N/A Test: N/A Change-Id: If87ef10b815b1336f809a820ec8fa79c8b1a8d7f
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.