commit | 06b1bdb6b890cc60a7c9ae4e0fd49d66af369f1b | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Tue Mar 28 13:04:52 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 28 13:04:52 2023 +0000 |
tree | bc938487db047cab339e3c021f7b83eda95f093e | |
parent | 0aa8559df54e921b382d206e33e653a8fd72f7e4 [diff] | |
parent | 7b521b7fcab598cc12ad5b945152e9fd18a7c639 [diff] |
[automerger skipped] Revert "Pass BuildRelease to apply and _apply_transformation methods" am: d406af5bda am: 7b521b7fca -s ours am skip reason: Merged-In If71a921752f4c481030efb0fd391fb328b5dffb6 with SHA-1 3f18d87e1a is already in history. Merged-In was found from reverted change. Reverted change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/22290902 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/22307866 Change-Id: I0cc486052ce5aba485770724a5f88d1bf735ea57 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.