commit | 1bcdac001833cd970d701816cc210b986db7a9bf | [log] [tgz] |
---|---|---|
author | Sam Delmerico <delmerico@google.com> | Fri Jan 06 16:11:52 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 06 16:11:52 2023 +0000 |
tree | c6f6b3ae4e2ebdd04a107e88efd713365c6e6fe8 | |
parent | 48efcf1417a7e2323138b84acff02f3d26b0156f [diff] | |
parent | bed996237b92b357f6c2458ffe522e5ef9ee5e68 [diff] |
Merge "disable Bazel mode for mainline module builds" am: bed996237b Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2366499 Change-Id: Ib0f01657010c9a7d5ee15261186d285e0d8e706a 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.