commit | 8fa5ddae14c69a06ebb1f13ba5b26f8721be02bf | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Tue Mar 29 09:54:06 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 29 09:54:06 2022 +0000 |
tree | dfddc7cc19140a81da9dd92af2fc4dea4b208b11 | |
parent | 07960fae8b45794eb51625cc19dea7f27e3e6454 [diff] | |
parent | 71fb724f6f3dff68f67e99127e3b517b8052a708 [diff] |
Merge changes I8bc68d10,Ie6182fa4 * changes: Add module_java_test_import module type required by new Conscrypt test-export snapshot. Add support for building SDKs for bundled modules and platform SDKs for Mainline.
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.