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