commit | b99ec54b0c4f0cf38193118d464518916804e9ec | [log] [tgz] |
---|---|---|
author | Alyssa Ketpreechasawat <kalyssa@google.com> | Fri Jul 14 13:38:09 2023 +0000 |
committer | Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Fri Jul 14 15:55:44 2023 +0000 |
tree | bf5bf6bc0cddae627865f6622d7e3b2659c87b96 | |
parent | 3e9cbafebd12e667d6799b39c4349ba680b34086 [diff] |
Add MTV/CAM colleagues in prebuilt owner Bug: 290267751 Test: N/A (cherry picked from https://android-review.googlesource.com/q/commit:b4bcedd3b09da005c39df7423e46d8d727e2e33b) Merged-In: I221bd83da16b641993525c77f193122091ba8831 Change-Id: I221bd83da16b641993525c77f193122091ba8831
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.