commit | b50e8ce2fbc2770c5c155a490d1b81e02d579f21 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Wed Mar 22 20:30:42 2023 +0000 |
committer | zhidou <zhidou@google.com> | Fri Mar 24 16:15:44 2023 +0000 |
tree | 17a6765c8febe56b221066ad2f3dae58add49cfc | |
parent | 653f88116179584d7dfa8ade6ce7e0851ef41e1a [diff] |
Pass BuildRelease to apply and _apply_transformation methods Pass BuildRelease to apply and _apply_transformation methods in class of transformations, so that transformation could use the build_release information to decide whether certain steps of the transformation should be performed. Test: atest mainline_modules_sdks_test --host Bug: 254111089 Merged-In: If71a921752f4c481030efb0fd391fb328b5dffb6 Change-Id: I8341541572072ef72ab37dfe816296a1375e4cea
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.