commit | d8fe2f896876895e7afab0ae47eca82045d98d8f | [log] [tgz] |
---|---|---|
author | Ying Liu <liuyg@google.com> | Mon Jul 11 19:52:50 2022 +0000 |
committer | Ying Liu <liuyg@google.com> | Mon Jul 11 19:52:55 2022 +0000 |
tree | 628a29c46bf5e92110e67ec0984e9762dc1efa8f | |
parent | f1d99baa8fa3fbba43b7573d2e934d364fda09b4 [diff] |
Update tag on mts test to mts-mainline-infra Change-Id: I9921a12d6d91ab27e49d690447cc9e337c5a89c2
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.