commit | c753f0c4c8352b26e63ebf429198b53bc6190bba | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 28 13:34:03 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 28 13:34:03 2023 +0000 |
tree | bc938487db047cab339e3c021f7b83eda95f093e | |
parent | a9f6b86145517764536b1758c19d1981ed794058 [diff] | |
parent | 3e019f8017302a3dd688124ed9341d2ef2039e12 [diff] |
Merge "[automerger skipped] Fix incorrect cherry pick am: 02c84ac56b -s ours am: abca75c68d -s ours" into udc-dev am: 3e019f8017 -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: I8d4c8d3fb16026697dd23d56b31728cbccf9a4a7 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.