commit | 18484a5e60d12bf0dffa37b91de7a5c29cd3ecf1 | [log] [tgz] |
---|---|---|
author | Dario Freni <dariofreni@google.com> | Tue Jul 13 14:54:13 2021 +0100 |
committer | Dario Freni <dariofreni@google.com> | Tue Jul 13 14:54:13 2021 +0100 |
tree | d979892cb92a2fc2cb1f5e45d252a31d6de7b700 | |
parent | e95b409d52772d50061adfd9ed2ae8c9277e27c4 [diff] |
Add PREBUILTS_MODULE_OWNERS. Test: n/a Bug: 188427719 Change-Id: Ibc5fb71e7e4c9bc4bc6971be1af0b7dd66f88604
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.