commit | 7064d01e062483fb2e510d216e3aa6760a61145e | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Fri Mar 24 22:16:42 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 24 22:16:42 2023 +0000 |
tree | 17a6765c8febe56b221066ad2f3dae58add49cfc | |
parent | 4880cd484a56dc71628a61f18c6b5e8dcffb8f5e [diff] | |
parent | e27d4e986db6ccfcd7d6654556988a064fb3fd56 [diff] |
Pass BuildRelease to apply and _apply_transformation methods am: b50e8ce2fb am: e27d4e986d Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2507370 Change-Id: Iafacbfab2282751398f563895a3d928b896e93ee 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.