commit | 3d59ee897a919a21b74139dece82e439277e9d4f | [log] [tgz] |
---|---|---|
author | Aurimas Liutikas <aurimas@google.com> | Mon Sep 13 21:22:11 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Sep 13 21:22:11 2021 +0000 |
tree | e986d3af7d969ea0ad1a0f6d1b5eda8b5bf1e27c | |
parent | 2ba090e19ca35c18a3edfdf8e3ce61d5016f9742 [diff] | |
parent | cfe1dd7d4f34214413c52f28d70aa062639890dc [diff] |
[automerger skipped] Update apex allowed list am: 73e09b282a -s ours am: cfe1dd7d4f -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: I107f2ff2e77a3b87a5483c0cabdc417a26335f5a
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.