| commit | 6e77f1248f0ff190bb026965391dd9ac6ef62a05 | [log] [tgz] |
|---|---|---|
| author | David Duarte <licorne@google.com> | Sat Nov 11 02:17:15 2023 +0000 |
| committer | David Duarte <licorne@google.com> | Mon Nov 13 21:36:31 2023 +0000 |
| tree | 9f160f930b02871132b8662e4fd2a8327baf9957 | |
| parent | 47f5116bf206f5b0318d2b31975ce48931fd2356 [diff] |
Add modules-utils-expresslog Apex-Size-Increase: 12K Previous-Platform-Support: Yes Aosp-First: Yes Test-Info: N/A Change-Id: Ic2aa43beb3ec56754134f817e5090ca60696f251
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.