commit | e8042c6374dcce0c401b8d6b9904dca0b533dda3 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Sat Apr 01 10:00:52 2023 +0100 |
committer | Paul Duffin <paulduffin@google.com> | Sat Apr 01 10:00:52 2023 +0100 |
tree | 64db5479fc3105493f3027a1ea1186d1e898dacb | |
parent | b18662a0eb2abf9be2954379bbb0943183ea22de [diff] |
Add paulduffin to PREBUILTS_MODULE_OWNERS Test: n/a Change-Id: I31b8495d49154c5bffc20ee0d39cf5c3d78718ea
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.