Bug: 178000871

Clone this repo:
  1. 9ad23e6 Merge "Add psych to OWNERS list" into main by Manish Singh · 33 hours ago main master
  2. cf6541b Add psych to OWNERS list by Manish Singh · 33 hours ago
  3. b6f7f67 Merge "Rename libnet_utils_device_common_timerfdjni to libconnectivityutilsjni" into main by Maciej Żenczykowski · 6 days ago
  4. 47bbcc1 Rename libnet_utils_device_common_timerfdjni to libconnectivityutilsjni by Patrick Rohr · 6 days ago
  5. ab9baaf Merge "Expose jakarta.inject to apex" into main by Dave Mankoff · 6 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.