| commit | 035e238f95c0d5ce20923623925bf1127b045b72 | [log] [tgz] |
|---|---|---|
| author | Pedro Loureiro <pedroql@google.com> | Fri Sep 12 14:07:18 2025 +0000 |
| committer | Pedro Loureiro <pedroql@google.com> | Fri Sep 12 08:51:35 2025 -0700 |
| tree | f4bd4ff0d16b39d9d94b6817c77e22f679e93303 | |
| parent | d4e07937c53d286e570548f86c61e55aa2bfbb32 [diff] |
Update dependencies min sdk All dependencies are the same as before, but we are bumping the min sdk of them so this requires a new entry. Test: N/A Flag: EXEMPT UNSUPPORTED_LANGUAGE Bug: 444168252 Change-Id: I86c8d9f6b83e6a0b33188dd828e490e2f9a35597
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.