commit | 53c913e727360e6d85440dc9d1db6405efea08c6 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Apr 06 12:00:32 2022 +0100 |
committer | Anton Hansson <hansson@google.com> | Wed Apr 06 15:30:55 2022 +0100 |
tree | 4594d3235f2501bb0acc3dfa3013579bde031c97 | |
parent | 3e8dcd4a924e103fe46b49c9ecf10a56a50f635e [diff] |
Add support to finalize only a subset of modules Finalization often doesn't include all modules, so make the script support both modes of operation. Test: together with the rest of the CLs in this set Change-Id: Icaf4937b549118ae92457f25c08427a62de1274b
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.