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