Bug: 178000871

Clone this repo:
  1. 22e6877 Temporarily add `libjni_legacy`, an alias for `libjni` during API transition. by Matthew Maurer · 5 days ago main master
  2. 26f0bc6 Merge "Revert^2 "Switch to libc++ prebuilt"" into main by Ryan Prichard · 12 days ago
  3. 7734a17 Merge "Add oyalcin to modules/common OWNERS file" into main by Oguzhan Yalcin · 13 days ago
  4. 517d6a1 Add oyalcin to modules/common OWNERS file by Oguzhan Yalcin · 13 days ago
  5. b8a2967 Revert^2 "Switch to libc++ prebuilt" by Ryan Prichard · 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.