Bug: 153445691

Clone this repo:
  1. a754dc7 Merge "simplify IsAtLeastU()" into main by Treehugger Robot · 4 weeks ago main master
  2. 0232989 prototype AconfigFlagAccessor annotation by Zhi Dou · 4 weeks ago
  3. 7b7a551 Merge "Fix grammatical issue in annotation of pixel values" into main by Treehugger Robot · 5 weeks ago
  4. c4cc87a Migrate Test Targets to New Android Ownership Model by Aditya Choudhary · 3 months ago
  5. 09f8cb1 Fix grammatical issue in annotation of pixel values by Alex Mitra · 5 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.