[automerger skipped] Merge "Update apex allowed_deps.txt" am: f905e243c7 -s ours

am skip reason: skip tag Change-Id I352ec2625a65455a8f3f0d8a234301bdb735cfd3 with SHA-1 9616cf8f1e is already in history

Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1648467

Change-Id: I0c57ecf0d8f0f0a0ba99a7de3c0e9d36aebb1ae6
tree: 6dd0397cb99be09efff3a5dcc280832d1d1ebed6
  1. build/
  2. java/
  3. sdk/
  4. MODULES_OWNERS
  5. OWNERS
  6. PREUPLOAD.cfg
  7. README.md
README.md

packages/modules/common

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.

java code

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.