commit | 127e39093b481a4d1c4fd9f0638541fe67b3c73f | [log] [tgz] |
---|---|---|
author | Alyssa Ketpreechasawat <kalyssa@google.com> | Fri Jul 14 18:45:07 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 14 18:45:07 2023 +0000 |
tree | 8a82e31410b2228ef781c8e7e082084dcf7446e7 | |
parent | 03a435ab854178f7d72d94b0c495d107767470f7 [diff] | |
parent | bb1a491dcfe04924c3bfea9289d2f955c8143405 [diff] |
Add MTV/CAM colleagues in prebuilt owner am: b99ec54b0c am: bb1a491dcf Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/24080670 Change-Id: I0445b2ed1140ef2b975a45f7c7311e598de098d8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.