| commit | cef2efa1b4a1819d7996b6473733313555dab40c | [log] [tgz] |
|---|---|---|
| author | Eino-Ville Talvala (Eddy) <etalvala@google.com> | Fri Dec 06 21:44:28 2024 +0000 |
| committer | Xin Li <delphij@google.com> | Fri Dec 06 23:12:59 2024 +0000 |
| tree | c4b3a337a6468fc62e7f9967e4dde52f283f9cc6 | |
| parent | 2494f260bddcc4dda0b31433688253b3d18ec008 [diff] | |
| parent | 63f9f6f70b0da0d8f94db8a4cac51671d92143fe [diff] |
Merge "Update dependencies on graphics.common HAL to latest" into main am: 63f9f6f70b Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3341154 Merged-In: Ia5d1cbda541b0a377398f2ee55a2796840f5076d Change-Id: I61b4e26042cd78129b0ed672ffc47c79ea77399b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.