commit | c58f4b00c727550eedac0dcb8c2e8ccb3df19076 | [log] [tgz] |
---|---|---|
author | Yu Liu <yudiliu@google.com> | Wed Mar 08 06:56:02 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 08 06:56:02 2023 +0000 |
tree | 8b20d66ba3372ccd8bfa194582d387cfca20ac49 | |
parent | 401f6dab1e2a685df83d9416017a348bc248e41c [diff] | |
parent | 8bcf9b4f35c919b4cd076ef4ea7a9b80bef88124 [diff] |
[automerger skipped] Add extra_build_params to build_unbundled_mainline_module.sh. am: 8bcf9b4f35 -s ours am skip reason: Merged-In Iae29c0c7119ec2cfc641e346280bd60f861b8ae1 with SHA-1 d1ae2611f2 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2468200 Change-Id: Ifaf023bc1e926b58865a278cec53f59c7ad6d56a 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.