Bug: 178000871

Clone this repo:
  1. 25a6a5d Use module specific soong variable when last_optional_release is set. by Alyssa Ketpreechasawat · 3 days ago main master
  2. bc25b72 add more network libraries for mainline Q->R bump by Maciej Żenczykowski · 11 days ago
  3. f8e3c99 Merge "Remove reference to com.android.sepolicy" into main by Treehugger Robot · 13 days ago
  4. 1bec358 Remove reference to com.android.sepolicy by Thiébaud Weksteen · 13 days ago
  5. 2251fdd Merge "Add an option to skip the allowed deps check." into main by Martin Stjernholm · 3 weeks 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.