Bug: 153445691

Clone this repo:
  1. b5f632e Revert "Force r8 even on eng for InternalAnnotationsTests" by Priyanka Advani (xWF) · 5 weeks ago main master
  2. dc43268 Force r8 even on eng for InternalAnnotationsTests by LaMont Jones · 5 weeks ago
  3. a539611 Merge 25Q1 (ab/BP1A.250305.020) to AOSP main by Xin Li · 7 weeks ago
  4. 5aa5981 Merge "Merge 25Q1 (ab/12770256) to aosp-main-future" into aosp-main-future by Xin Li · 9 weeks ago tmp_25Q1_merge
  5. 1c77734 AbstractExtendedMockitoRule: fix session leak if setup fails am: 47952cc7bb by Adrian Roos · 9 weeks ago

frameworks/libs/modules-utils/

Libraries and utilities intended for use by module and framework code.

Since modules use the code in this project, it must adhere to mainline requirements, for example, by setting min_sdk_version in Soong modules.

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.