commit | 13316040d55947cc42567750798d4c48a9a84171 | [log] [tgz] |
---|---|---|
author | Roberto Gil Del Sol <robertogil@google.com> | Fri Mar 17 17:30:15 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 17 17:30:15 2023 +0000 |
tree | 082961c9e83646ea493477a196f06e213660ab2b | |
parent | fa9a53b8fc0982843c5b9910dd46c29af7f9d9e5 [diff] | |
parent | fcbd0ba75fc88c49755703bc5ed71d06a2b52c2a [diff] |
Remove satayev from OWNERS am: fcbd0ba75f Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2495876 Change-Id: Ia79dcd372fa563f81131772d1aaa94bd034d70eb 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.