commit | dc43268aff3db0e694fceaff69fb5d67f56b1d40 | [log] [tgz] |
---|---|---|
author | LaMont Jones <[email protected]> | Fri Mar 21 12:27:32 2025 -0700 |
committer | LaMont Jones <[email protected]> | Fri Mar 21 12:29:22 2025 -0700 |
tree | f5cab0a7d03f5f3d73db560269bd89279eb07ff3 | |
parent | a5396115c671a10de47929e5a8cb41ede82ddc92 [diff] |
Force r8 even on eng for InternalAnnotationsTests Bug: 405255922 Bug: 374975543 Test: manual, TH Change-Id: I2621a4f125b5e569d528c68e39079827b2083449
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.
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.