commit | 3dd244016945c8470846838559159cf4f26a5aef | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Fri Mar 24 22:16:06 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 24 22:16:06 2023 +0000 |
tree | bc938487db047cab339e3c021f7b83eda95f093e | |
parent | 4378c52782785d19957a22c0e0e1d1bf5f9c789b [diff] | |
parent | a38f417ffdc48d4d406d215b9c70f142b401fd4a [diff] |
[automerger skipped] Adding additional_transformations am: 7c3ab89443 -s ours am: a38f417ffd -s ours am skip reason: Merged-In I94989519011e31c7db33656c6730c4f8fd5e0a4f with SHA-1 c04c32fec1 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2507369 Change-Id: I19c17a070265b036ae60232d77539af15ba9cbf5 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.