[automerger skipped] Merge "Remove service-connectivity from allowed_deps" am: 784775b56e -s ours am: a48d1db0aa -s ours am: 4d049abd55 -s ours

am skip reason: skip tag Change-Id I879d2260c4779f4c88c26fe1c5b6b8a93c159e40 with SHA-1 059f1a2888 is already in history

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

Change-Id: I721f17bbddfb53ab0ac8c4c988ee04bb41f62a4f
tree: f5f20090a96d9a33fe12ed691e11ada4d99b6b40
  1. build/
  2. java/
  3. sdk/
  4. Android.bp
  5. generate_ml_bundle.sh
  6. MODULES_OWNERS
  7. OWNERS
  8. PREUPLOAD.cfg
  9. 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.