commit | dfddf6874671a70d54dc86ab8325772268deffca | [log] [tgz] |
---|---|---|
author | Adam Seaton <aseaton@google.com> | Tue Jun 06 20:23:48 2023 +0000 |
committer | Adam Seaton <aseaton@google.com> | Tue Jun 06 20:23:50 2023 +0000 |
tree | 34cfb45d17ee0b53a51b57e7475fdfa519253634 | |
parent | 0429a248b8006b6a7f2421055916172426fe52bb [diff] |
Update OWNERS files for prebuilt drops Change-Id: I75d3ecfbb0748cb266f0f67c4588f96c4dac176f
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.