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