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