commit | fcbd0ba75fc88c49755703bc5ed71d06a2b52c2a | [log] [tgz] |
---|---|---|
author | Roberto Gil Del Sol <robertogil@google.com> | Fri Mar 17 11:05:33 2023 +0000 |
committer | Roberto Gil Del Sol <robertogil@google.com> | Fri Mar 17 11:05:38 2023 +0000 |
tree | 082961c9e83646ea493477a196f06e213660ab2b | |
parent | dc4a110e2f336ac654daa97d2dea667e69c0e392 [diff] |
Remove satayev from OWNERS Bug: 274075231 Change-Id: I1ebb623d740916a2919f2e96b446745896aeb983
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.