commit | bbe18d0d67f868a661e5b9c7faf6181d3ad422fd | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu May 11 11:18:58 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 11 11:18:58 2023 +0000 |
tree | 435f6fe67c002c7ab204e6b33809d48a29f0244c | |
parent | 8878598a01bd4cc8c6ef8202839df75423553453 [diff] | |
parent | c03dcbfd5936d6233a2a92fceab278d53ea23549 [diff] |
Expand visibility of defaults am: 6a9a403970 am: c03dcbfd59 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/23128595 Change-Id: I8e8c8e2ffeb7c95e3308907f155964976efb5d58 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.