commit | a38f417ffdc48d4d406d215b9c70f142b401fd4a | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Fri Mar 24 21:47:09 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 24 21:47:09 2023 +0000 |
tree | 97bb0506bc32385c2a5783533d20dd0a07949c0d | |
parent | d48020ba5fb6e42e2a9deebe893b65c4f858e810 [diff] | |
parent | 7c3ab894437a6e12eacb657a9964968446672f19 [diff] |
[automerger skipped] Adding additional_transformations am: 7c3ab89443 -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: I1eb4872b0efb1a28790bf3a649706165199051be 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.