commit | 9f526960c4df2ab3af9ac6fb4e1f594ca9850f91 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Oct 25 12:45:46 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Oct 25 12:45:46 2023 +0000 |
tree | 8dc407efde200330d409b706bc5f15bd05037fcf | |
parent | ae0ad9102f764bc33a346741091a4496e088344f [diff] | |
parent | 0c59d50fed9686302d37b12eb4a9ba444b765b20 [diff] |
Merge "Delete old defaults" into main am: ea7b36343b am: 0c59d50fed Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2799593 Change-Id: I8b222131312619346f0727a4574194e1f8023cce 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.