commit | ac02c035d0c7b3e06552634dd5a37df88c1fe66e | [log] [tgz] |
---|---|---|
author | Pedro Loureiro <pedroql@google.com> | Wed Jul 05 14:10:35 2023 +0000 |
committer | Pedro Loureiro <pedroql@google.com> | Wed Jul 05 14:28:44 2023 +0000 |
tree | 2c7832175c822f9a2ae9ec5eaeaef4d33cf3cee1 | |
parent | 9420ecb9b68350b716b2cba345c67e80ff6a4cbb [diff] |
Update owners Add (not so) new members of the team to the OWNERS file. Test: N/A Change-Id: If4802761f5dec9c6f21c43d26ee5c0292654d96a
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.