commit | 683c8653ef0e36bcd34323fa37d4fec3255ca134 | [log] [tgz] |
---|---|---|
author | Pedro Loureiro <pedroql@google.com> | Tue Mar 29 10:31:20 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 29 10:31:20 2022 +0000 |
tree | 912d14ad981ae88ee77332f359bf6dac29a748e7 | |
parent | 633237ddd98f5f9e3c5e97c4cff648e6313015c3 [diff] | |
parent | 8c84f17767506faca5c488276dff22b6756dc02e [diff] |
Add Paul and Gurpreet to owners of packages/modules/common am: 07960fae8b am: 8c84f17767 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2042599 Change-Id: I8a926878173b3ed5795b3da5c481b8c6d913f633 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.