commit | bf2358cff8813d2c48fccc1d7dced927b9f38166 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Mon Mar 27 17:04:11 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 27 17:04:11 2023 +0000 |
tree | bc938487db047cab339e3c021f7b83eda95f093e | |
parent | ada8de11011fb59be27b71d65cd0a174d6b18018 [diff] | |
parent | 0aa8559df54e921b382d206e33e653a8fd72f7e4 [diff] |
[automerger skipped] Pass BuildRelease to apply and _apply_transformation methods am: 0508b5b59a am: c2829a31bf -s ours am: 0aa8559df5 -s ours am skip reason: Merged-In If71a921752f4c481030efb0fd391fb328b5dffb6 with SHA-1 3f18d87e1a is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/22290902 Change-Id: Ia506c6111af116865045952d53ae7adbc38258fa 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.