Bug: 178000871

Clone this repo:
  1. 89efefc Merge "Remove dependencies on the 1-variant fallback" into main by Treehugger Robot · 9 minutes ago main master
  2. 6388f78 Remove dependencies on the 1-variant fallback by Cole Faust · 3 hours ago
  3. 83170a2 update config infra deps by Dennis Shen · 4 days ago
  4. b12d0c0 Merge "[Ranging] Add ranging_rtt_backend to allowed deps" into main by Treehugger Robot · 4 days ago
  5. e55e811 Merge "Add timerfd jni libs to allowed_deps" into main by Paul Hu · 5 days ago

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.