| commit | 86608a0d92c272696547f8ac0b1a4c617d37f3b0 | [log] [tgz] |
|---|---|---|
| author | Dennis Shen <dzshen@google.com> | Fri Nov 22 00:17:08 2024 +0000 |
| committer | Dennis Shen <dzshen@google.com> | Fri Nov 22 00:26:40 2024 +0000 |
| tree | 3b5b7ce8bff7c98ec16106f881b2fe3e5ba764bb | |
| parent | fddae5c555cb6c4a26f52320c7ecaa36f698485e [diff] |
cherry pick to aosp-main-future to avoid merge conflict Ignore-AOSP-First: cherry pick to avoid merge conflict Test: m Change-Id: I0ff6dd518b7aaf145d70e15698d2e962bdb82a1c Merged-In: I9e9bf8a93d5f010cbfe3bf26e70b419bbffcf354
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.