commit | caa7192e371e5c04877bf24c93932cdeb3c4237a | [log] [tgz] |
---|---|---|
author | Marco Gontijo <marcots@google.com> | Thu Apr 25 15:26:06 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 25 15:26:06 2024 +0000 |
tree | 9ed4a4ac9640c50f17855a3ae8bb670f3db4902b | |
parent | abadf7f274dcddc8800c61febfa4668c62015487 [diff] | |
parent | 73d55fb9fcd9eaf34ae0f0f807e2f4d49b2cf371 [diff] |
Add marcots to modules/common OWNERS am: 73d55fb9fc Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3061702 Change-Id: Ie6c09bab2757fbbfcca41bcd54d98afce01ea23d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.