commit | c4f4f58d83a4bc8e40a6b249a9919e9df2d5e955 | [log] [tgz] |
---|---|---|
author | Yu Liu <yudiliu@google.com> | Wed Mar 08 06:57:38 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 08 06:57:38 2023 +0000 |
tree | c5d4f84f43be11cada4455b6bda2ca68cf0c59b5 | |
parent | 1e0e9c9fac67c17dad7c884e6fbcf6d514d2f919 [diff] | |
parent | 8bcf9b4f35c919b4cd076ef4ea7a9b80bef88124 [diff] |
Add extra_build_params to build_unbundled_mainline_module.sh. am: 8bcf9b4f35 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2468200 Change-Id: I839b633cf419836cab5ecd40573d7f4e862c2b70 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.