commit | 0aa8559df54e921b382d206e33e653a8fd72f7e4 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Mon Mar 27 16:32:12 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 27 16:32:12 2023 +0000 |
tree | bc938487db047cab339e3c021f7b83eda95f093e | |
parent | b6d3deb3dfadafe38949737ee44fab3dac1ceb83 [diff] | |
parent | c2829a31bf753d3cdd725929a16cd85cbcb4f1d1 [diff] |
[automerger skipped] Pass BuildRelease to apply and _apply_transformation methods am: 0508b5b59a am: c2829a31bf -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: I310508c5c6f162ea3ca256b5ad80c50dbaf8de9a 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.