commit | 73d55fb9fcd9eaf34ae0f0f807e2f4d49b2cf371 | [log] [tgz] |
---|---|---|
author | Marco Gontijo <marcots@google.com> | Thu Apr 25 13:00:28 2024 +0000 |
committer | Marco Gontijo <marcots@google.com> | Thu Apr 25 14:47:36 2024 +0000 |
tree | 9ed4a4ac9640c50f17855a3ae8bb670f3db4902b | |
parent | 319930a69498e7b527506ea174a2205fa2c3332b [diff] |
Add marcots to modules/common OWNERS Also remove mattcarp. Change-Id: I9c9fd727042a6863f54a31883196dbdd9035dcf4
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.