commit | 7b521b7fcab598cc12ad5b945152e9fd18a7c639 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Tue Mar 28 12:36:20 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 28 12:36:20 2023 +0000 |
tree | 10503e7661e9a5a645395e6f348b2f39ad4f426e | |
parent | c2829a31bf753d3cdd725929a16cd85cbcb4f1d1 [diff] | |
parent | d406af5bdae4b5e244b9ab595e89bad48294cd47 [diff] |
Revert "Pass BuildRelease to apply and _apply_transformation methods" am: d406af5bda Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/22307866 Change-Id: I2ce3c2be5cd578e00501ec13a84c6468b18c1962 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.