commit | 9b271d80545ea59112744e43a79953a0878fd17a | [log] [tgz] |
---|---|---|
author | William Escande <wescande@google.com> | Tue Nov 16 15:57:47 2021 +0100 |
committer | William Escande <wescande@google.com> | Wed Jun 08 18:31:17 2022 +0000 |
tree | 4142895168b728838b7f2005dd1c92a6dafb7117 | |
parent | 49458ac75abb6d8b0f7db7d40a692f819bff41b3 [diff] |
statemachine migration from base to modules-utils Bug: 198418216 Tag: #refactor Test: atest ModulesUtilsTests Ignore-AOSP-First: avoid merge-conflict with frameworks/base Change-Id: I44dab78851bbfcac3a89366e2751e733aac9eee4
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.