| commit | 3f6a4803bcdd815fa717d1a9025e7d229a35ae03 | [log] [tgz] |
|---|---|---|
| author | Jeff Vander Stoep <jeffv@google.com> | Mon May 26 16:53:12 2025 +0000 |
| committer | Jeffrey Vander Stoep <jeffv@google.com> | Mon May 26 12:46:05 2025 -0700 |
| tree | 9f44ed94a25035da0cf1b45243661363608b573b | |
| parent | 439eeab30968e37a43607cd3e884510935ff8f78 [diff] |
Rename a dependency This change is a no-op, it's just a rename as I'm working through updating it. Bug: 420420630 Test: treehugger Previous-Platform-Support: Apex-Size-Increase: 0 Aosp-First: lol Test-Info: n/a Flag: EXEMPT: dependency rename, external libraries Change-Id: I28991a5ed16095b38906c4359c13379778c2ecb9
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.