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