commit | cfe1dd7d4f34214413c52f28d70aa062639890dc | [log] [tgz] |
---|---|---|
author | Aurimas Liutikas <aurimas@google.com> | Mon Sep 13 21:14:30 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Sep 13 21:14:30 2021 +0000 |
tree | e986d3af7d969ea0ad1a0f6d1b5eda8b5bf1e27c | |
parent | 26849ce17ecef0851b7d3d40ad69e3d681efa6d5 [diff] | |
parent | 73e09b282a55fd643686e5d20a63dfa036c5db5d [diff] |
[automerger skipped] Update apex allowed list am: 73e09b282a -s ours am skip reason: Merged-In Ib5f548e177d3a484dee64f368d566bbbc3076bab with SHA-1 045579031c is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/15799511 Change-Id: Ie5f801d2096f8c972ddd7cb7cdeaa4780d67e355
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.