commit | f949851fc05dd1544059c3f45d66e806cf9379de | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Apr 07 12:12:11 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Apr 07 12:12:11 2022 +0000 |
tree | 274b729e53c4255add711eeeaa92e2b9f91776df | |
parent | e7b26ac7e48e838e250d9c1da7407c98ebe5ad14 [diff] | |
parent | b853f31f284bb8c1d1eaba7aefe568cd9e5b1565 [diff] |
Merge changes I31848ad3,Icaf4937b,Ie7b44da3,I94f7c6f0 * changes: Make finalization script also copy compat txt files Add support to finalize only a subset of modules finalize_sdk.py maintenance Convert finalize_sdk.py to use pathlib
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.