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