| commit | d536e7b7fc1ea120daa7f5311a96979d269f1574 | [log] [tgz] |
|---|---|---|
| author | Xin Li <delphij@google.com> | Mon Jan 29 13:04:50 2024 -0800 |
| committer | Xin Li <delphij@google.com> | Mon Jan 29 13:04:50 2024 -0800 |
| tree | f17542b017f11ec240c534a943d3c988cac2da83 | |
| parent | 9339cfe9f6fd8b4c63e82641b5a85a692036d85e [diff] | |
| parent | 684ab6769182d8e64ecfb9b9ea0f7e4a4031843e [diff] |
Merge Android 24Q1 Release (ab/11220357) Bug: 319669529 Merged-In: I58a954e74e5e980224c300d4d58e536f345dcc10 Change-Id: Ifa9f5f5c5016f69f245a8d8667f282f4793f650a
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.