commit | 33d2dd205fe30da67b49a21ff49ad10b7acdcbd1 | [log] [tgz] |
---|---|---|
author | satayev <satayev@google.com> | Mon Dec 13 14:44:39 2021 +0000 |
committer | satayev <satayev@google.com> | Mon Dec 13 14:44:39 2021 +0000 |
tree | e953b64c14419557bab2c4a0bda75e7e0856dc72 | |
parent | 1c24e77b31c4d92c008bd0a7d3f7c70663c091fd [diff] |
Update MODULE_OWNERS. Bug: N/A Test: presubmit Change-Id: I9e6c9368e4bfc5e5b7eee340b5583c5a8477e840
This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils
instead.
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.