| commit | ba1eda88d01808475dcb27ef17f04e25fbcbdd84 | [log] [tgz] |
|---|---|---|
| author | Xin Li <[email protected]> | Sat Feb 22 00:22:20 2025 -0800 |
| committer | Xin Li <[email protected]> | Sat Feb 22 00:22:20 2025 -0800 |
| tree | ce1e6d6aff172017433a6aee8e987f67f5e498c9 | |
| parent | bb3f8f6f674f379f267235907e58f65ccf29216e [diff] | |
| parent | b7f66a5f828f09188ca2dda5597341e4331f4f43 [diff] |
Merge 25Q1 (ab/12770256) to aosp-main-future Bug: 385190204 Merged-In: I55c0becba3d83fe27fa07e6d6516d80f46e7393e Change-Id: I829a31b92b1b785169ad3efc184cf213bbad2bc9
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.