| commit | 77766aa9533a45af6963ca928ee1d77d86a6a1ce | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Fri Jan 10 14:02:02 2025 -0800 |
| committer | Android Build Coastguard Worker <[email protected]> | Fri Jan 10 14:02:02 2025 -0800 |
| tree | 7389f892e2c967d3bb1dfeceefd36a2719530740 | |
| parent | 35a3c745a19b95105448de7b0ebe1c39cd7bf59d [diff] | |
| parent | 87b9f3d6e30c95d6564facf906e6c0fdb3d70f85 [diff] |
Snap for 12901447 from 87b9f3d6e30c95d6564facf906e6c0fdb3d70f85 to simpleperf-release Change-Id: I219ded1df7e5c346c212c05715ee5f0973fc39f7
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.