commit | c2829a31bf753d3cdd725929a16cd85cbcb4f1d1 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Mon Mar 27 16:01:37 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 27 16:01:37 2023 +0000 |
tree | 504e779dcc0d2da6aab09a5a0a86628c86de3df1 | |
parent | fdce0b23c84928163b6f04fdbab41ee82357c4a9 [diff] | |
parent | 0508b5b59af6b80514e6a70d9ef09988f2f5ebf9 [diff] |
Pass BuildRelease to apply and _apply_transformation methods am: 0508b5b59a Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/22290902 Change-Id: Ie76b86a766d9e89fa36951bf1e77a338f6ef70ca 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.