commit | b6d3deb3dfadafe38949737ee44fab3dac1ceb83 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Fri Mar 24 23:01:28 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 24 23:01:28 2023 +0000 |
tree | bc938487db047cab339e3c021f7b83eda95f093e | |
parent | 8e8770cd962ce170a8e9c0ac73732403b5b2d08b [diff] | |
parent | fdce0b23c84928163b6f04fdbab41ee82357c4a9 [diff] |
[automerger skipped] Adding additional_transformations am: 7c3ab89443 am: 76bf442c19 am: fdce0b23c8 -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: I86f88149ef025a2bbd44767dde0f5955acf0b653 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.