| commit | 9507a7a0e0c96b30e61d865f3b1ff274e3120d28 | [log] [tgz] |
|---|---|---|
| author | Ronish Kalia <ronish@google.com> | Wed Feb 14 14:20:58 2024 +0000 |
| committer | Ronish Kalia <ronish@google.com> | Thu Feb 15 18:56:20 2024 +0000 |
| tree | a3864dc337e9391c80daf19f24bba9ceba7380e0 | |
| parent | 1e5a4eea02995059002774e32f97eaa8ff86e7d2 [diff] |
[DON'T BLOCK] Test ownership migration rules This CL is created as a best effort to migrate test targets to the new android ownership model. If you find incorrect or unnecessary attribution in this CL, please create a separate CL to fix that. For more details please refer to the link below, <add g3 doc link> Bug: 304529413 Test: N/A Ignore-AOSP-First: The migration was already run for aosp and these files don't exist in aosp - https://android-review.git.corp.google.com/c/platform/packages/modules/common/+/2965104 Change-Id: I7713999ec2238b136c05bf24bb496ef428752e91
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.