commit | 584f75f7f5c6c68c9267d3e8e7d695225f7a039e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Jun 14 12:14:54 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 14 12:14:54 2024 +0000 |
tree | 5b34d8dcbe33c96084df3fbd6edf348a66a5007c | |
parent | 0a7005928c034d084bcb72d5429d023a0d89ca9c [diff] | |
parent | bc85efe658532d97539a32270d523495356e2499 [diff] |
Merge "Allowlist androidx deps in check_allowed_deps.py" into main am: bc85efe658 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3128653 Change-Id: Icf09e2b5d9834bcfff3f59d273c9ac2038b7a6b0 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.