commit | 349d618cd8036eb047cfb9c9ac2a60bcd4385fd4 | [log] [tgz] |
---|---|---|
author | Alan Viverette <alanv@google.com> | Wed Jun 12 15:43:21 2024 +0000 |
committer | Alan Viverette <alanv@google.com> | Thu Jun 13 15:27:59 2024 +0000 |
tree | 4f54342546620ddbf5970dfd901e57dad8a50df1 | |
parent | daef5e933ab709eaa9d3bb4122fcfc38f61394bb [diff] |
Allowlist androidx deps in check_allowed_deps.py Minimizes merge conflicts by ignoring existing androidx.* entries. Bug: 333398044 Test: manual Change-Id: Ib63c093d58479d3bd2dfa52ea2bd3626c8ffcf86
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.