| commit | b5f632eb359176c3ccb281c70ce13f035a303d66 | [log] [tgz] |
|---|---|---|
| author | Priyanka Advani (xWF) <[email protected]> | Mon Mar 24 10:19:13 2025 -0700 |
| committer | Gerrit Code Review <[email protected]> | Mon Mar 24 10:19:13 2025 -0700 |
| tree | d2f672fa10a0ff095fee445ce69631dfe01198fe | |
| parent | dc43268aff3db0e694fceaff69fb5d67f56b1d40 [diff] |
Revert "Force r8 even on eng for InternalAnnotationsTests" This reverts commit dc43268aff3db0e694fceaff69fb5d67f56b1d40. Reason for revert: Droidmonitor created revert due to b/405397520. Change-Id: I57f3f23cdded5a0802143fcefd5d1bee2a74ffc3
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.