commit | abca75c68d0a60d78e78a8d7bc1ede2da4cc5447 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Tue Mar 28 12:38:47 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 28 12:38:47 2023 +0000 |
tree | 97bb0506bc32385c2a5783533d20dd0a07949c0d | |
parent | a38f417ffdc48d4d406d215b9c70f142b401fd4a [diff] | |
parent | 02c84ac56b178ce42076473aadc8d119719d543c [diff] |
[automerger skipped] Fix incorrect cherry pick am: 02c84ac56b -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/+/2510798 Change-Id: I9bec7445c81e2ed5a3811bfbb659895c60d88fc2 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.